Multiple Choice
When using the throw statement, if you don't pass a message to the exception object's constructor,
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
Q9: A(n) _ contains one or more statements
Q13: In a catch statement, what does the
Q14: To write data to a binary file,
Q17: All of the exceptions that you will
Q21: When you deserialize an object using the
Q23: When an exception is thrown _.<br>A) it
Q27: An exception object's default error message can
Q48: When catching multiple exceptions that are related
Q53: Classes that inherit from the Error class
Q56: The RandomAccessFile class treats a file as