Multiple Choice
An exception object's default error message can be retrieved using this method.
A) getMessage
B) getDefaultMessage
C) getDefaultErrorMessage
D) getErrorMessage
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: In a catch statement, what does the
Q18: What will be the result of the
Q21: When you deserialize an object using the
Q22: If a program does not handle an
Q24: The catch clause<br>A) starts with the word
Q25: To serialize an object and write it
Q28: A(n) _ is one or more statements
Q32: When you write a method that throws
Q44: The call stack is an internal list
Q47: The throw statement informs the compiler that