When an exception is thrown, if the program does not handle the exception, then the function ____ is called to terminate the program.

A. log
B. what
C. terminate
D. close


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following is incorrect?

a. A constructor may be static. b. A constructor may be private. c. A constructor may invoke a static method. d. A constructor may invoke an overloaded constructor. e. A constructor invokes its superclass no-arg constructor by default if a constructor does not invoke an overloaded constructor or its superclass’s constructor.

Computer Science & Information Technology

The __________ method creates a new String object by copying part of an existing String object.

a) stringCopy b) substring c) copyString d) copySubString

Computer Science & Information Technology

Which function would calculate a final value of an investment of $250 per month for 5 years at 4% interest?

A) IPMT B) NPV C) FV D) PV

Computer Science & Information Technology

DSL stands for:

a. Data-Synchronous Link b. Dynamic Streaming Language c. Double-Sector Logic d. Digital Subscriber Line e. Domain Sampling List

Computer Science & Information Technology