Home » JAVA Programming » Files and I/O » Question
  1. Which of these classes is used for input and output operation when working with bytes?
    1. Reader
    2. Writer
    3. InputStream
    4. All of these
    5. None of these
Correct Option: C

InputStream & OutputStream are designed for byte stream. Reader and writer are designed for character stream.



Your comments will be displayed only after manual approval.