Multiple Choice
All of the following are problem associated with using a generic catch and not specifying an Exception class at all, EXCEPT ____.
A) you are never quite sure what caused the exception to be thrown
B) you cannot use members like Message to display information about the exception.
C) you cannot keep the program from terminating abnormally
D) you cannot display any error messages identifying the error type
Correct Answer:

Verified
Correct Answer:
Verified
Q51: The code that you want executed, whether
Q52: A listing of all the methods that
Q53: _ are unexpected conditions that happen infrequently.
Q54: Once an exception is thrown, control is
Q55: Which exception class will catch a problem
Q57: While in debug mode, you can look
Q58: When an unhandled exception message is displayed,
Q59: If the current method does not contain
Q60: If a program encounters an error that
Q61: _ as a methodical process of finding