Multiple choice

Which of the following is/are not the built in exception(s) in Java? (a) ArrayIndexOutOfBoundsException (b) NullPointerException (c) Arithmetic Exception (d) IOException

  1. Only (a)

  2. Only (a) , (b), (c)

  3. Only (a) and (b)

  4. All (a), (b), (c), (d) are built in exceptions.

  5. None of the above

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

The IOException get raised whenever an input output task is attempted by user using standard I/O device.So all a,b,c,d are Built in Exception in Java.