How to stop execution of finally block in java - Java @ Desk

Sunday, May 19, 2013

How to stop execution of finally block in java

Use System.exit(0); in try block






No comments:

Post a Comment