Multiple Choice
A Java program can handle an exception in several different ways. Which of the following is not a way a Java program might handle an exception?
A) ignore the exception
B) handle the exception where it arises using try and catch statements
C) propagate the exception to another method where it can be handled
D) throw the exception to a predefined Exception class to be handled
E) All of these are valid ways to handle an exception
Correct Answer:

Verified
Correct Answer:
Verified
Q23: Explain or provide an example showing how
Q24: An exception can produce a "call stack
Q25: Example Code Ch 11-1<br>public static void main(String[]
Q26: System.err is a(n)<br>A) input stream<br>B) GUI dialog
Q27: Why might you want to create your
Q29: What are the three standard I/O streams
Q30: Assume Exceptionname is a checked exception. If
Q31: In order to have some code throw
Q32: Explain or provide an example showing how
Q33: A processing stream is a data stream