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...
After you add a Web reference, a Web References folder containing the name of the Web service connection is displayed in the ____.
A. UDDI directory B. Solution Explorer C. Web Service Wizard D. Reference Wizard
Computer Science & Information Technology
What is the size of an ATM fixed-length cell?
A. 53 bytes B. 128 bytes C. 1024 bytes D. 2048 bytes
Computer Science & Information Technology