DEVFYI - Developer Resource - FYI

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

JSP Interview Questions and Answers


(Continued from previous question...)

12. 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.

(Continued on next question...)

Other Interview Questions