Which of these class is used to read characters in a file?
(a) FileReader
(b) FileWriter
(c) FileInputStream
(d) InputStreamReader
The question was asked during an internship interview.
I need to ask this question from Java.io Character Streams in chapter Exploring java.lang & java.io of Java