InterviewSolution
Saved Bookmarks
| 1. |
Which class can handle IO class interrupt?(a) ExceptionIO(b) InteruptedIO(c) InteruptedIOException(d) IOInteruptException |
|
Answer» Right choice is (c) InteruptedIOException Explanation: The only class which handles the IO class interrupts is InteruptedIOException class. This class is specially provided to handle any case that involves the execution interrupt. |
|