Multiple Choice
A ___________ block should immediately follow a try block.
A) try
B) catch
C) fail
D) final
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
Q8: When defining your own exception class,you extend
Q9: Which circumstance is an exception to the
Q11: The throw operator causes a change in
Q12: Exceptions that must follow the Catch or
Q13: A _ block executes regardless of whether
Q14: A program can catch multiple exceptions.
Q15: Exceptions that are subject to the catch