Solved

When Using the Throw Statement, If You Don't Pass a Message

Question 45

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions