- If the JVM exits while the
tryorcatchcode is being executed, then thefinallyblock may not execute.
- If the thread executing the
tryorcatchcode is interrupted or killed, thefinallyblock may not execute even though the application as a whole continues.

Thanks for sharing this information about java finally block .
ReplyDelete