Nested try blocks both inner & outer catch handlers are not able to handle the exception
Q. In nested try blocks, if both inner and outer catch handlers are not able to handle the exception, then ______________ .
- Published on 17 Jul 15a. Compiler executes only executable statements of main().
b. Compiler issues compile time errors about it.
c. Program will be executed without any interrupt.
d. Program will be terminated abnormally.
ANSWER: Program will be terminated abnormally.