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

1) Files that are open for output from a program must be explicitly closed in the program.
2) Unchecked exceptions must be caught or propogated, or a program will not compile.
3) A finally clause is always required in a try-catch block.
4) Attempting to divide by zero will result in an Error being thrown, not an Exception.
5) Every line in a catch block is guaranteed to be executed in all situations.


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

Computer Science & Information Technology

You might also like to view...

Newsgroups are part of an online bulletin board system called ____, which contains groups covering a huge variety of subjects.?

A. ?GROUPS B. ?ARPANET C. ?USENET D. ?NEWSNET

Computer Science & Information Technology

To remove a slide from a presentation, in the left hand pane, select the slide and press ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

A(n) ____ account is a business account at a financial institution into which proceeds from credit card payments are automatically deposited.

A. checking B. merchant C. savings D. investment

Computer Science & Information Technology

The order of the items in a linked list is determined solely by the ____ that chain the nodes together.

A. indices B. elements C. references D. items

Computer Science & Information Technology