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

1) It’s possible to return to the throw point of an exception using keyword return.
2) Exceptions can be rethrown.
3) Property Message of class Exception returns a string indicating the method from
which the exception was thrown.
4) A when clause adds an exception filter to a catch clause.


1) False. return causes control to return to the caller.
2) True.
3) False. Property Message of class Exception returns a string representing the error message.
4) True.

Computer Science & Information Technology

You might also like to view...

Which of the following arguments of the DATEADD function allows you to type the numeric expression representing the number of intervals you want added to a date?

A) firstweek B) number C) date D) interval

Computer Science & Information Technology

The movie files that Alice outputs are QuickTime movie files.

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

Computer Science & Information Technology

Python is a client-side scripting language.?

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

Computer Science & Information Technology

You can also assign a name to a computed column by following the computation with the word ____________________ and the desired name.

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

Computer Science & Information Technology