Give a key advantage and a key disadvantage of using catch(...).

What will be an ideal response?


A catch handler of the form catch(...) catches any type of exception thrown in a try block. An advantage is that all possible exceptions will be caught. A disadvantage is that the catch has no parameter, so it cannot reference information in the thrown object and cannot know the cause of the exception.

Computer Science & Information Technology

You might also like to view...

Match the following key assignments to their macro syntax

I. Press Ctrl and type r II. Press Shift + F3 III. Press Insert IV. Press Delete V. Press Ctrl + F2 A. +{F3} B. ^r C. ^{F2} D. {DEL} E. {INS}

Computer Science & Information Technology

Another name for an input in a function is a(n) ________

A) Property B) Expression C) Value D) Argument

Computer Science & Information Technology

An Internet connection is not necessary for participating in e-commerce.

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

Computer Science & Information Technology

What are the two different variations of network address translation (NAT)?

What will be an ideal response?

Computer Science & Information Technology