InterviewSolution
Saved Bookmarks
| 1. |
Name the exception thrown by read() on failure.(a) InterruptedException(b) SystemException(c) SystemInputException(d) I/O Exception |
|
Answer» Correct answer is (d) I/O Exception Explanation: read() throws I/O exception on failure. |
|