Multiple Choice
An exception is:
A) a problem a computer has during construction
B) a problem that a program has during runtime
C) something that the computer does not understand
D) the way a computer signals to the users that it is about to terminate
Correct Answer:

Verified
Correct Answer:
Verified
Q13: Exceptions can occur:<br>A) from C#'s CLR<br>B) through
Q14: Which of the following statements is false<br>A)
Q15: Programmer-defined exception classes typically should contain 3
Q16: Exception handlers typically access objects in their
Q18: Which of the following statements is true?<br>A)
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)
Q21: In C#,try blocks are used for:<br>A) testing
Q22: Which of the following is not a