Multiple Choice
In C#,try blocks are used for:
A) testing for infinite loops.
B) testing for exceptions.
C) resolving exceptions.
D) testing code.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: When an exception occurs it is said
Q16: Exception handlers typically access objects in their
Q17: An exception is:<br>A) a problem a computer
Q18: In C#,after an exception is handled,control resumes.This
Q19: Which of the following statements is false<br>A)
Q20: Which of the following statements is false<br>A)
Q22: Which of the following is not a
Q23: If an exception handler is to catch
Q25: Stack unwinding is the process that attempts
Q26: In order to tell the user what