If we write a goto or a return statement in try and catch block will the finally block execute

Q

If we write a goto or a return statement in try and catch block will the finally block execute ?

✍: Guest

A
The code in then finally always run even if there are statements like goto or a return statements.

2007-10-23, 5748👍, 0💬