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

1) If an exception handler is to catch a variety of exceptions, use a comma-
separated list of catch arguments in the catch handler.
2) Exception handlers typically access objects in their try blocks to
determine the causes of the exceptions.
3) Variables local to a try block are usable in the corresponding catch
and finally blocks.
4) A NullReferenceException is thrown when there's an attempt to use a
reference that points to nothing.
5) There must be a catch clause for every expected exception type.


1) F
2) F
3) F
4) T
5) F

Computer Science & Information Technology

You might also like to view...

If the procurement process involves any form of development, the ____ organization almost always oversees and controls the actual work in progress.

A. supplying B. receiving C. developing D. installing

Computer Science & Information Technology

A table of authorities is most closely associated with legal documents

Indicate whether the statement is true or false

Computer Science & Information Technology

The AVG function can only be used with the Number data type

Indicate whether the statement is true or false

Computer Science & Information Technology

On a(n) ______ webpage, the content changes only when a web developer updates the HTML code for each page.

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

Computer Science & Information Technology