An exception object’s ________ method returns the exception’s error message.

a. String
b. Message
c. Error
d. toString


d. toString

Computer Science & Information Technology

You might also like to view...

You can search for software by using ____________________, which are collections of packages that define a type of function, such as server packages.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Explain why a C++ program would use the statement

``` Array< Employee > workerList( 100 ); ``` What will be an ideal response?

Computer Science & Information Technology

Which of the following is an advantage of using an integrated development environment?

A. Syntax errors do not occur. B. Syntax errors are visually highlighted. C. The program can run with syntax errors. D. Logical errors do not occur.

Computer Science & Information Technology

What type of undocumented yet benign hidden feature launches after a special set of commands, key combinations, or mouse clicks?

A. Trojan horse B. virus C. bug D. Easter egg

Computer Science & Information Technology