1.

Which class can handle IO class interrupt?(a) ExceptionIO(b) InteruptedIO(c) InteruptedIOException(d) IOInteruptExceptionI have been asked this question by my school principal while I was bunking the class.Origin of the question is IO Class in portion Inbuilt Classes of Object Oriented Programming

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.



Discussion

No Comment Found

Related InterviewSolutions