InputStreamReader used to convert byte-oriented stream into character-oriented stream - Core Java
Q. What is used to convert the byte-oriented stream into character-oriented stream?- Published on 13 Jul 15a. Console
b. Scanner
c. InputStreamReader
d. DataInputStream
ANSWER: InputStreamReader