InterviewSolution
Saved Bookmarks
| 1. |
Which of these class is used to read characters in a file?(a) FileReader(b) FileWriter(c) FileInputStream(d) InputStreamReaderThe 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 |
|
Answer» CORRECT ANSWER is (a) FileReader Explanation: NONE. |
|