Answer
1. No
2. No
3. Yes
Work Step by Step
1. Since there is error in statement 2, no statement after that of try block will be executed.
2. If the exception is not caught then the program will give error and halt, so statement 4 will not be executed.
3. If error is caught then after handling the error statement 4 will be executed.