Home »
MCQs »
Java MCQs
When a finally block executed in Java?
73. When a finally block executed in Java?
- Try block is executed without any exception
- Exception has occurred
- Executed at last
- None of these
Answer: C) Executed at last
Explanation:
Finally block is executed at the last.