Monday, April 30, 2007
What is finally in Exception handling?
Subscribe to:
Post Comments (Atom)
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
1 comments:
One point to add... if you call exit in try or catch, JVM will exit immediately without executing finally block.
Post a Comment