Multiple Choice
A ____ is a segment of code that can handle an exception that might be thrown by the try block that precedes it.
A) catch method
B) throw block
C) catch block
D) throw statement
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: A(n) _ block includes any number of
Q2: A system of passing exceptions through the
Q3: Each _ block can catch only one
Q4: Only the first _ statement in a
Q5: Dividing by 0 is an error in
Q7: You can only place one statement within
Q8: Using a traditional error-handling method to avoid
Q9: A catch block consists of four different
Q10: The block of code that processes an
Q11: When a division by 0 happens during