Tuesday, November 29, 2011

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

Using System.exit(1); in try block will not allow finally code to execute.:yes this is true that code in a finally block will execute all time.
Category:JSP Interview Questions

No comments:

Post a Comment