When you write a method that catches an Exception, rather than handling the Exception itself, it can pass the exception to the method that called your method. What is this known as?

A. rethrowing the Exception
B. saving the Exception
C. opening the Exception
D. sideloading the Exception


Answer: A

Computer Science & Information Technology

You might also like to view...

Answer the following questions true (T) or false (F)

1. The List interface is for collections that allow repetition of elements and do not impose an order on their elements. 2. The difference between the List interface and the Set interface is that the Set interface does not impose an order on its unique elements.

Computer Science & Information Technology

How many elements are in array double[] list = new double[5]?

a. 4 b. 5 c. 6 d. 0

Computer Science & Information Technology

Additional recipients can be added to an e-mail via the Cc feature; Cc stands for ____ copy.

A. courier B. courtesy C. computer D. chat

Computer Science & Information Technology

The combo box gets its values from the list entered in the ____ property.

A. Recordset B. Limit to List C. Data List D. Row Source

Computer Science & Information Technology