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

Verified
Correct Answer:
Verified
Related Questions
Q22: In a multi-catch (introduced in Java 7)
Q23: When an exception is thrown _.<br>A) it
Q24: When an exception is thrown by a
Q25: A catch clause that uses a parameter
Q26: In Windows, which of the following statements
Q28: What will the following code display? String
Q29: A file that contains raw binary data
Q30: If a random access file contains a
Q31: In versions of Java prior to Java
Q32: When you write a method that throws