- If the JVM exits while the
try
orcatch
code is being executed, then thefinally
block may not execute.
- If the thread executing the
try
orcatch
code is interrupted or killed, thefinally
block may not execute even though the application as a whole continues.
No comments:
Post a Comment