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

1. A Catch block of code that is initiated by the keyword Catch and doesn’t contain any
additional terms will execute regardless of whether an exception occurred.
2. In a Try-Catch-Finally block, the Catch clauses are considered one at a time, in the order in
which they appear in the code, until the proper exception is located.
3. When using Try-Catch-Finally blocks, the programmer is limited to three Catch blocks of
code.
4. If an attempt is made to access a file within a missing folder using the OpenText method,
the IO.DirectoryNotFoundException will be thrown.

1. F
2. T
3. F
4. T

Computer Science & Information Technology

You might also like to view...

A crosstab query has at least one of each of the following EXCEPT ________

A) a row heading B) a summary field C) a totals row D) a column heading

Computer Science & Information Technology

In Excel, a Marked as Final document will display Read-Only in the ________ bar

Fill in the blank(s) with correct word

Computer Science & Information Technology