Multiple Choice
Both "ignoring the exception" and "aborting the program" are error-handling techniques that:
A) Cannot be used if the error is fatal.
B) Always result in a resource leak.
C) Should not be used for mission-critical applications.
D) Allow program execution to proceed as if no error had occurred.
Correct Answer:

Verified
Correct Answer:
Verified
Q4: The try block cannot:<br>A) Enclose the code
Q11: An exception:<br>A) Terminates program execution.<br>B) Terminates the
Q12: Which of the following is not a
Q12: Exception handling may allow a program to:<br>A)
Q13: Exception handling should not be used:<br>A) As
Q14: Once an exception is thrown, when can
Q15: Which class indicates that an error occurred
Q18: Placing throw) after a function's parameter list:<br>A)
Q19: Select the false statement regarding exceptions.<br>A) The
Q20: If dynamic memory has been allocated for