Which of the following is not a valid reason for using exception handling?

a. throw and catch can be used like gotos
b. the procedure for handling an error depends on the situation
c. need to handle built in exceptions
d. none of the above


a. throw and catch can be used like gotos

Computer Science & Information Technology

You might also like to view...

Field order in a query can be changed by dragging the field to a new position on the design grid

Indicate whether the statement is true or false

Computer Science & Information Technology

If your chart is intended for presentation, as opposed to printing, you should use a(n) ________ background

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following logical (Boolean) operators is most similar to the && operator?

A. and B. || C. ! D. None of the above

Computer Science & Information Technology

You ____ a variable by assigning it a specific value when you declare it.

A. restore B. modify C. initialize D. delete

Computer Science & Information Technology