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

When creating a new layout, which of the following is NOT a default placeholder?

A) Header B) Slide number C) Footer D) Date

Computer Science & Information Technology

After determining your purpose and researching your audience, ________ how to deliver your message

Fill in the blank(s) with correct word

Computer Science & Information Technology