In nested try catch blocks, if both inner and outer catch blocks are unable to handle the exception thrown, then ______________

In nested try catch blocks, if both inner and outer catch blocks are unable to handle the exception thrown, then ______________ Correct Answer Program will be termianted abnormally

If no inner/outer catch handler is avaliable to handle the exception then as usual the program will show abnormal behaviour.

Related Questions

If inner catch block is unable to handle the exception thrown then__________
In nested try-catch block, if the inner catch block gets executed, then______________