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...

An expression that precisely defines the range of data that will be accepted in a field

a. Validation rule b. Validation text c. System logic

Computer Science & Information Technology

Cells containing a sum or average are usually included in the MAX and MIN function argument

Indicate whether the statement is true or false.

Computer Science & Information Technology