InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods are used to read in from file?(a) get()(b) read()(c) scan()(d) readFileInput()This question was posed to me during an online exam.My question is taken from Reading & Writing Files in chapter I/O & Applets of Java |
|
Answer» Right choice is (B) read() |
|