Inner catch handler - Exception Handling
Q. If inner catch handler is not able to handle the exception then__________ .- Published on 19 Oct 15a. Compiler will look for outer try handler
b. Program terminates abnormally
c. Compiler will check for appropriate catch handler of outer try block
d. None of these
ANSWER: Compiler will check for appropriate catch handler of outer try block