InterviewSolution
Saved Bookmarks
| 1. |
Which of these classes are used by Byte streams for input and output operation?(a) InputStream(b) InputOutputStream(c) Reader(d) All of the mentioned |
|
Answer» Right answer is (b) InputOutputStream For explanation: Byte stream uses InputStream and OutputStream classes for input and output operation. |
|