Answers

Question and Answer:

  Home  Java Servlet Programming

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

 157 views

More Questions for you: