DEVFYI - Developer Resource - FYI

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

Servlet Interview Questions and Answers


(Continued from previous question...)

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