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
Q8: When defining your own exception class,you extend
Q9: Which circumstance is an exception to the
Q10: A _ block should immediately follow a
Q11: The throw operator causes a change in
Q12: Exceptions that must follow the Catch or
Q14: A program can catch multiple exceptions.
Q15: Exceptions that are subject to the catch
Q16: What is the catch or declare rule?
Q17: What is the purpose of the finally
Q18: Exception handling is an example of a