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...
Identify the description for the\bcharacter type.
A. Not a word boundary B. A blank space C. A word boundary D. Any character
Computer Science & Information Technology
If the superclass contains only abstract method declarations, the superclass is used for ________.
a. implementation inheritance. b. interface inheritance. c. Both. d. Neither.
Computer Science & Information Technology