Exception Handling - Programming

Q1:

All code inside finally block is guaranteed to execute irrespective of whether an exception occurs in the protected block or not.

A True

B False

ANS:A - True

No answer description is available. Let's discuss.