Home » JAVA Programming » Files and I/O » Question
  1. Which of these classes are used by character streams for input and output operations?
    1. InputOutputStream
    2. InputStream
    3. Writer
    4. ReadStream
    5. None of these
Correct Option: C

Character streams uses Writer and Reader classes for input & output operations.



Your comments will be displayed only after manual approval.