InterviewSolution
Saved Bookmarks
| 1. |
DataInputStream is derived from ______________________(a) StreamingInput(b) StreamedInput(c) StreameInput(d) StreamInputI got this question in an internship interview.The origin of the question is Inbuilt Classes topic in portion Inbuilt Classes of Object Oriented Programming |
|
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. |
|