Multiple Choice
The __________ starts with the key word try and is followed by a block of code that executes any statement that might cause an exception to be thrown..
A) try block
B) try/catch class
C) try function
D) catch function
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: When an error occurs, an exception is<br>A)
Q7: If an exception is not caught, it
Q8: A generic function that can work with
Q9: All type parameters defined in a function
Q10: When the _ operator fails to allocate
Q12: Exceptions are used to signal errors or
Q13: What does the word class indicate in
Q14: The try block of a try/catch construct
Q15: Catch blocks serve as<br>A) exception handlers<br>B) receivers<br>C)
Q16: If an exception is not caught, the