Multiple Choice
Which of these classes is used to read characters and strings in Java from console?
A) BufferedReader
B) StringReader
C) BufferedStreamReader
D) InputStreamReader
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: Which of these exceptions will occur if
Q15: Thread priority in Java is represented as?<br>A)int<br>B)Float<br>C)double<br>D)long
Q16: Which refers to a channel through which
Q17: Which of this method of Thread class
Q18: Byte Stream Classes support input/output operations on
Q20: Which of these methods is used to
Q21: Which method in Thread class is used
Q22: Character Stream Classes support input/output operations on
Q23: Which of these class contains the methods
Q24: Which of these classes are used by