InterviewSolution
Saved Bookmarks
| 1. |
IO class provides input and output through ______________________(a) Data streams(b) Serialization(c) File system(d) Data streams, serialization and file system |
|
Answer» Correct option is (d) Data streams, serialization and file system To explain I would say: The IO classes are made such that those can support the input and output from any type of source or destination. The input can be taken from system file and standard input and also some special devices if conned. Same is case to show the output. |
|