-Use of System.exit()
-The death of thread-Turning off the power to CPU
-An exception arising in the finally block itself
World of tricky Core Java Q&A(Java SE),Java EE and Open source technologies like Struts,Hibernate,Spring,Velocity etc
Disclaimer
Interview Questions On Java,Java EE Copyright © 2012
2 comments:
Or a return statement in the try or catch block.
Even if return is there in Try or Catch, the finally will still be executed...
Post a Comment