Inner catch handler - Exception Handling

Q.  If inner catch handler is not able to handle the exception then__________ .
- Published on 19 Oct 15

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 your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)