Classes that inherit from the Error class are for exceptions that are thrown when __________.

a. an IOException occurs, and the application program should not try to handle them
b. a critical error occurs, and the application program should not try to handle them
c. an IOException occurs, and the application program should try to handle them
d. a critical error occurs, and the application program should try to handle them


b. a critical error occurs, and the application program should not try to handle them

Computer Science & Information Technology

You might also like to view...

GUI programming in Java is ________ —in this book, you’ll write apps that respond to various user-initiated events such as screen touches.

a. user driven b. programmer driven c. IDE driven d. event driven.

Computer Science & Information Technology

Input a date MM DD YY from input stream

What will be an ideal response?

Computer Science & Information Technology