InterviewSolution
Saved Bookmarks
| 1. |
Which of these class is not related to input and output stream in terms of functioning?(a) File(b) Writer(c) InputStream(d) Reader |
|
Answer» Right option is (a) File The explanation: A File describes properties of a file, a File object is used to obtain or manipulate the information associated with a disk file, such as the permissions, time date, and directories path, and to navigate subdirectories. |
|