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

Verified
Correct Answer:
Verified
Related Questions
Q16: In the following code, assume that inputFile
Q25: A catch clause that uses a parameter
Q37: When an object is serialized, it is
Q41: In a try/catch construct, after the catch
Q46: This is a section of code that
Q47: The throw statement informs the compiler that
Q50: Classes that inherit from the Error class
Q52: If a random access file contains a
Q54: Under Windows, which of the following statements
Q55: In a multi-catch, (introduced in Java 7)