Question

Q3: The try block cannot:
a. Enclose the code that may throw the exception.
b. Enclose its own catch blocks.
c. Test enclosing try blocks for additional catch statements if this try block's catch statements can"t match the exception being thrown.
d. Have exceptions explicitly or implicitly thrown in the try block itself.

Answer

This answer is hidden. It contains 27 characters.