

MCQOPTIONS
Saved Bookmarks
1. |
Why should you write the cleanup code in Finally block? |
A. | Compiler throws an error if you close the connection in try block. |
B. | Resource cannot be destroyed in catch block. |
C. | Finally blocks run whether or not exception occurs. |
D. | All of the above |
Answer» D. All of the above | |