Home » JAVA Programming » Files and I/O » Question
  1. Which of these class can be used to implement the input stream that uses a character array as the source?
    1. FileReader
    2. FileArrayReader
    3. BufferedReader
    4. CharArrayReader
    5. None of these
Correct Option: D

CharArrayReader is an implementation of an input stream that uses character array as a source. Here array is the input source.



Your comments will be displayed only after manual approval.