-
Which of these classes can return more than one character to be returned to input stream?
-
- CharArrayReader
- PushbachReader
- BufferedReader
- Bufferedwriter
- 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.