Multiple Choice
How many finally blocks can there be in a try/catch structure?
A) There must be one finally block.
B) There can be one finally block following each catch block.
C) There can be zero or one finally blocks following the last catch block.
D) There is no limit to the number of finally blocks following the last catch block.
Correct Answer:

Verified
Correct Answer:
Verified
Q30: If there is a finally block after
Q31: When an exception occurs in a method,
Q32: Which class of exceptions is NOT checked?<br>A)
Q33: When an exception occurs, an object of
Q34: Which method throws the second exception in
Q36: To handle window events, if the class
Q37: Making a reference to an object that
Q38: The class Object is derived from the
Q39: The MouseListener interface defines _ methods.<br>A) two<br>B)
Q40: The methods getMessage and printStackTrace are private