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

Computer Science & Information Technology

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.

Computer Science & Information Technology

Object variable names should be prefixed with _________ .

a) var b) obj c) ran d) ojt

Computer Science & Information Technology

Alignment refers to the placement of paragraph text relative to the left or right margins

Indicate whether the statement is true or false

Computer Science & Information Technology

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

Computer Science & Information Technology