Multiple Choice
An exception object's ________ method returns the exception's error message.
A) String
B) Message
C) Error
D) toString
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: An argument type followed by a(n) in
Q3: A programmer must do the following before
Q4: Consider the code segment below.Which of the
Q9: Attempting to access an array element outside
Q11: Consider integer array values,which contains 5 elements.Which
Q27: Which statement below initializes array items to
Q30: Which of the following statements is false?<br>A)
Q38: Which of the following tasks cannot be
Q40: Which of the following statements about creating
Q46: Exception handling helps you create _ programs.<br>A)