All exception classes inherit, either directly or indirectly, from ________.

a. class Error.
b. class RuntimeException.
c. class Throwable.
d. None of the above.


c. class Throwable.

Computer Science & Information Technology

You might also like to view...

What is x after the following statements?

``` int x = 2; int y = 1; x *= y + 1; ``` a. x is 1. b. x is 2. c. x is 3. d. x is 4.

Computer Science & Information Technology

COGNITIVE ASSESSMENT Which type of software has no restrictions from the copyright holder regarding modifications of the software's internal instructions and its redistribution?

A. shareware B. custom software C. open source software D. system software

Computer Science & Information Technology

Which of the following is the default SSH port?

A. 21 B. 22 C. 23 D. 25

Computer Science & Information Technology

The ends of a(n) ____________________ path do not connect.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology