Chinna Eranna wrote:finally will always be executed after try..
One small exception: if the try block calls System.exit() then the finally block will not run.
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
subject: Return statement in try and finally block. How it works