If inner catch handler is not able to handle the exception then__________ .
a. 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
Post a Comment