Multiple Choice
A(n) ____________________ is used to identify a block of statements that may cause an exception.
A) call-stack trace
B) error
C) catch block
D) try block
E) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: Every line in a catch block is
Q14: Give two examples of methods in the
Q15: How does a method throw an exception?
Q16: Is an exception an object? Explain.
Q17: Write a code fragment that will throw
Q19: Which of the following represents the standard
Q20: A throw statement is used to begin
Q21: What are the standard I/O streams?
Q22: Which of the following exception types must
Q23: What is exception prorogation, and how does