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 mentionedThis question was addressed to me in unit test.The above asked question is from Input & Output Basics topic in division I/O & Applets of Java |
|
Answer» CORRECT answer is (a) InputStream To explain I WOULD say: Byte STREAM uses InputStream and OUTPUTSTREAM classes for input and output operation. |
|