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

Verified
Correct Answer:
Verified
Related Questions
Q11: When a program contains multiple catch blocks,
Q21: What is the correct syntax of an
Q22: The _ class comprises less serious errors
Q23: An alternative to hard coding error messages
Q34: Unplanned exceptions that occur during a program's
Q44: When you use a(n) _ statement, you
Q49: When you catch an Exception object, you
Q52: In the case where a method might
Q68: What advantages does object-oriented exception handling provide?
Q77: A catch block is a method that