Chained exceptions are useful for finding out about ________.
a. exceptions thrown using the chained keyword.
b. checked exceptions only.
c. an original exception that was caught before the current exception was thrown.
d. the current exception’s chain of superclasses.
C
Computer Science & Information Technology
You might also like to view...
Which of the following is NOT controlled by the handout master?
A) Number of slides per page B) Layout of fields C) Orientation of the page layout D) Type of slide layouts allowed
Computer Science & Information Technology
Which function is best suited to capitalize the first letter of each word in a text string?
A) UPPER B) PROPER C) LOWER D) CONCATENATE
Computer Science & Information Technology