Multiple Choice
When using the throw statement, if you don't pass a message to the exception object's constructor, then __________.
A) the exception will have a null message
B) the exception will have a message containing the address of the exception
C) the exception will have a default message describing the exception
D) a compiler error will occur
Correct Answer:

Verified
Correct Answer:
Verified
Q40: If the data.dat file does not exist,
Q41: In a try/catch construct, after the catch
Q42: The ability to catch multiple types of
Q43: Unchecked exceptions are those that inherit from
Q44: The call stack is an internal list
Q46: Beginning with Java7, to catch multiple exceptions
Q47: All exceptions are instances of classes that
Q48: When catching multiple exceptions that are related
Q49: If the code in a method can
Q50: If you want to append data to