Select from following answers:- It keeps you from having to repeat the operation in each Catch.
- Finally blocks run whether or not an exception occurs.

- The compiler throws an error if resources are not disposed of in the Finally
- You cannot dispose of resources in a Catch block.
- All Above
Use Finally blocks for code that should run whether or not an
exception occurs
Show Correct Answer
Source: MCTS Book | Asked In: MCTS |
Alert Moderator