Multiple Choice
What happens in a method if there is an exception thrown in a try block but there is no catch block following the try block?
A) The program ignores the exception.
B) The program will not compile without a complete try/catch structure.
C) The program terminates immediately.
D) The program throws an exception and proceeds to execute the finally block.
Correct Answer:

Verified
Correct Answer:
Verified
Q10: A checked exception is any exception checked
Q11: The StringIndexOutOfBoundsException could be thrown by the
Q12: Which of the following methods prints a
Q13: Which of the following exceptions might be
Q14: Statements that might generate an exception are
Q16: Which of the following statements is true?<br>A)
Q17: The class RuntimeException is part of the
Q18: Which exception-handling technique is the code in
Q19: Which of the following statements is NOT
Q20: If you have a reference to an