Solved

A Java Program Can Handle an Exception in Several Different

Question 43

Multiple Choice

A Java program can handle an exception in several different ways. Which of the following is not a way that a Java program could handle an exception?


A) ignore the exception
B) handle the exception where it arose using try and catch statements
C) propagate the exception to another method where it can be handled
D) throw the exception to a pre-defined Exception class to be handled
E) all of the above are ways that a Java program could handle an exception

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions