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 called the "runStackTrace.txt"
D) opens a dialog box for the user to specify a disk file name, and all output is stored to that disk file
E) outputs a message indicating what and where the exception was thrown
Correct Answer:

Verified
Correct Answer:
Verified
Q18: The difference between the throw reserved word
Q31: Use the code below to answer the
Q32: Write code that will create a BufferedReader
Q33: Rewrite the following code using try and
Q34: A finally clause will execute<br>A) only if
Q35: The Timer object should be used to
Q37: A try statement must have at least
Q39: A JTextArea can be used to display
Q40: Scroll panes automatically will scroll vertically, but
Q41: In order to have some code throw