Answers

Question and Answer:

  Home  Java JSP 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.

 174 views

More Questions for you: