Select from following answers:- Because finally block runs whether or not exception occurs

- Because you can't dispose of resources in a catch block
- Because it keep you from having to repeat the operation in each catch
- All Above
Use finally blocks for code that should run whether or not an exception occurs
Show Correct Answer
|
Alert Moderator