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

Verified
Correct Answer:
Verified
Related Questions
Q3: A(n) _ is a section of code
Q4: To serialize an object and write it
Q5: All of the exceptions you will handle
Q6: The catch clause _.<br>A) starts with the
Q7: What happens if a program does not
Q9: A(n) _ contains one or more statements
Q10: If a method does not handle a
Q11: Assume that the classes BlankISBN, NegativePrice, and
Q12: If your code does not handle an
Q13: In a catch statement, what does the