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?
Reveal answer
Fill a bubble to check yourself
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?