Consider the following case: A return statement is there in the catch block. An exception occurs and is caught. Now will the finally block be executed?
will execute
will not execute
Compilation Error
Runtime Exception