Solved

The Purpose of the Try and Catch Blocks Is To

Question 46

Multiple Choice

The purpose of the try and catch blocks is to:


A) throw an exception so a compiler error will not be generated.
B) allow the code to jump over the catch block and continue running.
C) allow the code to handle exceptions so it can continue to run.
D) throw an exception so the catch block can identify the compiler error.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions