InterviewSolution
Saved Bookmarks
| 1. |
Which of these method of FileReader class is used to read characters from a file?(a) read()(b) scanf()(c) get()(d) getInteger()I got this question during an interview for a job.I would like to ask this question from Java.io Character Streams topic in section Exploring java.lang & java.io of Java |
|
Answer» CORRECT OPTION is (a) READ() For EXPLANATION: NONE. |
|