InterviewSolution
Saved Bookmarks
| 1. |
Which among the following class contains the methods to access character based console device?(a) Console(b) File(c) Device(d) Pipe |
|
Answer» The correct option is (a) Console To explain I would say: The Console class contains the methods to access the character based devices. The devices which can stream the data as character set. All those devices can be made use of by using the methods of class Console. |
|