InterviewSolution
Saved Bookmarks
| 1. |
DataInputStream is derived from ______________________(a) StreamingInput(b) StreamedInput(c) StreameInput(d) StreamInput |
|
Answer» Correct option is (d) StreamInput Explanation: The DataInputStream is more specific class for operating on specific type of data inputs. This is used to read data of specific type. The same can be used to read data in a specific format. |
|