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.


B

Computer Science & Information Technology

You might also like to view...

What CentOS 7 command will allow a system administrator to view statistics in real time?

A. real B. top C. stat D. cat

Computer Science & Information Technology

A name given to a range of cells to help identify them is a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

A do...while loop will execute a group of statements as long as a condition is not true

Indicate whether the statement is true or false

Computer Science & Information Technology

A destination file is a file that contains original data that you need in another file.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology