Multiple Choice
A ____ is one that sends an exception object out of a method so it can be handled elsewhere.
A) catch statement
B) throw method
C) catch block
D) throw statement
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: A catch block consists of four different
Q10: The block of code that processes an
Q11: When a division by 0 happens during
Q12: _ code statements are program statements that
Q13: When an exception is created and _,
Q15: _ statements are program statements that can
Q16: To create your own throwable exception, you
Q17: As opposed to exception handling, program _
Q18: _ is thrown when an object reference
Q19: To create your own throwable Exception, you