Home / Programming MCQs / JAVA MCQs / Question

D

Deepak Sahoo • 10.63K Points
Tutor II

Q. Which of the following is a checked exception?

(A) NullPointerException
(B) RuntimeException
(C) ArrayIndexOutOfBoundsException
(D) IOException
Explanation by: Deepak Sahoo
IOException is a checked exception, which means that it must be either handled or declared.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.