Multiple Choice
A _________ block executes regardless of whether an exception occurs.
A) final
B) finally
C) catch
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: Every exception class is an ancestor of
Q6: Revise the program in number 9 above
Q7: Revise the program in number 8 above
Q17: What is the purpose of the finally
Q31: A runtime exception is a/an:<br>A)checked exception<br>B)unchecked exception<br>C)offending
Q34: The two most important things about an
Q37: Should an application catch objects of type
Q40: The Exception class belongs to the package:<br>A)java.io<br>B)java.util<br>C)java.lang<br>D)java.except<br>
Q41: If a method does not catch an
Q42: The compiler does not complain when the