MCQOPTIONS
Saved Bookmarks
| 1. |
Why do we use finally block? |
| A. | To execute the block if exception occurred |
| B. | To execute a code when exception is not occurred |
| C. | To execute a code whenever required |
| D. | To execute a code with each and every run of program |
| Answer» E. | |