Q. In nested try block, if inner catch handler gets executed, then _____________ .
β
Correct Answer: (A)
Compiler will execute remaining executable statements of outer try block and then the main().