Discussion :: JAVA MCQs
- Which of these classes can return more than one character to be returned to input stream?
Answer : Option C
Explanation :
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.
Be The First To Comment