Friday, 17 February 2012

The code in a finally clause will never fail to execute, right? | Java Servlets


Using System.exit(1); in try block will not allow finally code to execute.

No comments: