Multiple choice

An exception is a _____________.

  1. compile time error

  2. runtime error

  3. infinite loop

  4. none of these

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

An exception is an unwanted event that occurs during runtime and terminates the execution. Hence, an exception is nothing but a runtime error.