Jasper Reports Developer Question:

Download Job Interview Questions and Answers PDF

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

Jasper Reports Developer Interview Question
Jasper Reports Developer Interview Question

Answer:

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

Download Jasper Reports Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Define Locale class in Java Programming?Explain the purpose of the wait(), notify(), and notifyAll() methods in Java Programming?