Multiple Choice
A(n) ________ is one or more statements that are executed and can potentially throw an exception.
A) exception block
B) catch block
C) try block
D) error block
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: In a catch statement, what does the
Q18: What will be the result of the
Q21: When you deserialize an object using the
Q24: The catch clause<br>A) starts with the word
Q25: To serialize an object and write it
Q26: An exception object's default error message can
Q30: If a random access file contains a
Q32: When you write a method that throws
Q32: Look at the following code:<br>FileInputStream fstream =
Q47: The throw statement informs the compiler that