1.

If inner catch block is unable to handle the exception thrown then__________

A. The compiler looks for the outer try-catch block
B. Program stops abnormally
C. The compiler will check for appropriate catch handler of the outer try block
D. The compiler will not check for appropriate catch handler of the outer try block
Answer» D. The compiler will not check for appropriate catch handler of the outer try block


Discussion

No Comment Found