posted 22 years ago
nope, if a finally block is present, it will always be executed, whatever control-breaking statement you put in the try block. And here it turns out that the finally block contains a return statement. It is the latter that will return the control to the caller method.
[ April 12, 2002: Message edited by: Valentin Crettaz ]