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.

b. Enclose its own catch blocks.

Computer Science & Information Technology

You might also like to view...

A(n) ____________ specifies a variable’s name and data type.

a. variable declaration b. data indicator c. object tag d. source entity

Computer Science & Information Technology

For most web page elements, the microdata value is __________.

A. the text an element contains B. the element name C. the alt text D. specified in atag

Computer Science & Information Technology