exception - Returning from a finally block in Java - Stack Overflow
I was surprised recently to find that it's possible to have a return statement in a finally block in Java. It seems like lots of people think it's a bad thing to do as described in 'Don't ......