Home » JAVA Programming » Files and I/O » Question
  1. Which of these classes can return more than one character to be returned to input stream?
    1. CharArrayReader
    2. PushbachReader
    3. BufferedReader
    4. Bufferedwriter
    5. None of these
Correct Option: B

PushbackReader class allows one or more characters to be returned to the input stream. This allows looking ahead in input stream and performing action accordingly.



Your comments will be displayed only after manual approval.