In the UML, a ____ block is a handler body node.

A. throw
B. try
C. sent
D. catch


Answer: D

Computer Science & Information Technology

You might also like to view...

Given a class named Animals and a class variable named ducky which will reference an Animals object, which is the correct way, using the textbook's pseudocode, to create an Animals object?

a. Set ducky = Animals() b. Set Animals = New ducky() c. Set ducky = New Animals() d. Set ducky = New Animals object

Computer Science & Information Technology

Which of the following devices is not considered a peripheral device?

a) printer b) DVD drive c) mainboard d) hard disk drive

Computer Science & Information Technology

To display records for customers with incomes that are above $40,000 and below $70,000, use the ____________________ logical condition.?

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

Computer Science & Information Technology

All of the following are examples of malware except _______ .

A. adware B. viruses C. ransomware D. Trojan horses

Computer Science & Information Technology