Home » JAVA Programming » Files and I/O » Question
  1. Which of these classes are used by Byte streams for input and output operation?
    1. Reader
    2. InputStream
    3. InputOutputStream
    4. All of above
    5. None of these
Correct Option: B

Byte stream uses InputStream and OutputStream classes for input and output operation.



Your comments will be displayed only after manual approval.