Which of the following statements about java.lang.Error are most accurate? (Choose two.) A. An Error should be

Question:

Which of the following statements about java.lang.Error are most accurate? (Choose two.)

A. An Error should be thrown if a file system resource becomes temporarily unavailable.

B. An application should never catch an Error.

C. Error is a subclass of Exception, making it a checked exception.

D. It is possible to catch and handle an Error thrown in an application.

E. An Error should be thrown if a user enters invalid input.

F. Error is a subclass of RuntimeException, making it an unchecked exception.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: