Multiple choice

Throwing an expression always results in termination of the program.

  1. true

  2. false

  3. Depends on the exception.

  4. None

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

There may not be a termination for throwing an exception, it depends on the exception itself whether it should be terminated or not.