A ____ is one that sends an exception object out of a method so it can be handled elsewhere.
A. catch statement
B. throw method
C. catch block
D. throw statement
Answer: D
You might also like to view...
What does the following statement do?
``` Math.floor( Math.random() * 12 ); ``` a) This creates a random number from 0 up to and including 12. b) This creates a random number from 0 up to but not including 12. c) This creates a random number from 1 up to and including 12. d) This creates a random number from 1 up to but not including 12.
Object variable names should be prefixed with _________ .
a) var b) obj c) ran d) ojt
Alignment refers to the placement of paragraph text relative to the left or right margins
Indicate whether the statement is true or false
Using a VPN, a private LAN connected to the Internet can be connected to other LANs using a combination of ____.
A. encryption and authentication B. tunneling and authentication C. tunneling and encryption D. tunneling, encryption, and authentication