Multiple Choice
Each _______ clause on a try statement handles a particular kind of exception that may be thrown within the try block.
A) Catch
B) Exception
C) Throw
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: How is overriding related to polymorphism?
Q8: Inheritance can be applied to interfaces, so
Q9: Interfaces allow us to make _ references,
Q10: Errors and exceptions represent unusual or invalid
Q11: If an exception is not caught and
Q13: An object reference variable stores the _
Q14: A child class can _ (redefine) the
Q15: Each object has a _ and a
Q16: Objects should be self-governing. Explain.
Q17: How are overloaded methods distinguished from each