Multiple choice

The throw statement is used to throw the _____ type exception.

  1. class

  2. data

  3. object

  4. methods

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

The throw statement is used to throw the object type exception.