Solved

Which of the Following Statements Is False

Question 6

Multiple Choice

Which of the following statements is false?


A) All exceptions must derive from the class Throwable.
B) The class Throwable provides the method getStackTrace that outputs the stack trace to the standard error stream.
C) The class Throwable provides the method getMessage that returns the descriptive string stored in an exception.
D) The string returned from class Throwable's getMessage method contains the name of the exception's class.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions