InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods are used to read single character from the console?(a) get()(b) getline()(c) read()(d) readLine() |
|
Answer» Right answer is (c) read() Easy explanation - None. |
|