MCQ
Which of the following statements is true for File Output Stream class?
- AIt is a subclass of Output Stream.
- BIt is used to write bytes to the file or some output stream.
- CTo use this class and its methods, first we need to create a file object, then we could use the write method derived from the abstract class Output Stream to write byte into a file.
- ✓All of these