Answers

Question and Answer:

  Home  Jasper Reports Developer

⟩ What is finally clause of a try-catch-finally statement in Java Programming?

The finally clause is used to provide the capability to execute code no matter whether or not an exception is thrown or caught.

 213 views

More Questions for you: