User-created exceptions can be created by:

a) overriding the Error class.
b) overriding the Exception property.
c) extending class Exception.
d) they cannot be created

c) extending class Exception.

Computer Science & Information Technology

You might also like to view...

A defined name provides a logical reference to ________

A) tables B) formulas C) functions D) data

Computer Science & Information Technology

A(n) ________ enables a program to read data from the user.

a. printf. b. import declaration. c. Scanner. d. main.

Computer Science & Information Technology