✏️ Explanatory Question

How finally used under Exception Handling?

👁 621 Views
📘 Detailed Answer
621
Total Views
10
Related Qs
0%
Progress
💡

Answer with Explanation

The finally keyword is used to create a block of code that follows a try block. A finally block of code always executes, whether or not an exception has occurred.