InterviewSolution
Saved Bookmarks
| 1. |
Name the exception thrown by read() on failure.(a) InterruptedException(b) SystemException(c) SystemInputException(d) I/O ExceptionThis question was addressed to me in quiz.Question is from Reading Console Input Operations in division Console I/O Operations and Stream Classes of C# |
|
Answer» CORRECT ANSWER is (d) I/O EXCEPTION Explanation: READ() THROWS I/O exception on failure. |
|