Q. If inner catch handler is not able to handle the exception then__________. (Solved)
1. Compiler will look for outer try handler
2. Program terminates abnormally
3. Compiler will check for appropriate catch handler of outer try block
4. None
- c. Compiler will check for appropriate catch handler of outer try block