

Hi,
If there is a return statement in the try block, the finally block executes right after the return statement encountered, and before the return executes.
If there is a break or return statement in try block. The statements before the break are executed in try block and it will go to final.The statements after the break are not executed.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.