InterviewSolution
Saved Bookmarks
| 1. |
Which of these is used to perform all input & output operations in Java?(a) streams(b) Variables(c) classes(d) Methods |
|
Answer» The correct choice is (a) streams To elaborate: Like in any other language, streams are used for input and output operations. |
|