Q. What is the purpose of the "finally" block in Java exception handling?
β
Correct Answer: (B)
To specify code that must be executed regardless of whether an exception is thrown or caught
You must be Logged in to update hint/solution