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

1. Every exception class is an ancestor of the class Exception.

2. The two most important things about an exception object are its type and the message that it carries in an instance variable of type String.

1. True
2. True

Computer Science & Information Technology

You might also like to view...

Match the following aggregate functions with their description

I. Sum II. Average III. Count IV. Minimum V. Maximum A. Largest value B. Total value C. Smallest value D. Arithmetic mean E. Number of records

Computer Science & Information Technology

The fields of a record

a. Contain like data for all records. b. Contain different pieces and number of data items for each record. c. Contain only character or string data. d. Contain only numeric data.

Computer Science & Information Technology