Select from following answers:- A try/catch block.
- A using block.
- A while statement.
- All Above
try/catch block captures exceptions, where using block automatically disposes resources even if an exception occurs, but it does not capture exceptions.
Show Correct Answer
Source: MeasureUp.com | |
Alert Moderator