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

What are some steps you should take before performing an upgrade on a mission-critical server? When should you use rpm –i instead of rpm –U?

What will be an ideal response?

Computer Science & Information Technology

Add button functionality to the resulting GUI of number 2 above. When the button is clicked, the title of the window changes to “Modified First Window”.

What will be an ideal response?

Computer Science & Information Technology

At the top of the home page is a menu bar that you use to navigate around the Pinterest site

Indicate whether the statement is true or false

Computer Science & Information Technology

The 802.16 standard is also known as __________.

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

Computer Science & Information Technology