Multiple Choice
When a program terminates because a thrown exception is not handled, the program
A) starts up again automatically
B) opens a dialog box which asks the user whether the program should start again, end, or enter a debugging mode
C) saves all output to a disk file named runStackTrace.txt
D) opens a dialog box for the user to specify a disk filename and all output is stored to that file
E) outputs a message indicating what the exception was and where it was thrown
Correct Answer:

Verified
Correct Answer:
Verified
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
Q34: An unchecked exception is an exception that
Q35: Explain or provide an example showing how
Q37: A disabled component is<br>A) one that is
Q38: An ArithmeticException is Throwable.
Q39: If an exception is thrown and not