Drag a concept onto its matching description — or click a concept then click the description.
Runtime exception (unchecked)
Checked exception
Runtime exception (unchecked)
Checked exception
Runtime exception (unchecked)
Match each Java exception class to its category.
Drag a concept onto its matching description — or click a concept then click the description.
Runtime exception (unchecked)
Checked exception
Runtime exception (unchecked)
Checked exception
Runtime exception (unchecked)
Answer choices
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
IOException: Checked Exception
Checked exceptions (e.g., IOException, ClassNotFoundException) must be handled or declared; unchecked exceptions (e.g., NullPointerException, ArithmeticException) are RuntimeExceptions and do not require explicit handling.
Answer analysis
For each option: why learners choose it and why it is or isn't the right answer here.
IOException: Checked Exception
Why this is correct
IOException is a checked exception because it extends Exception (not RuntimeException) and must be handled or declared.
NullPointerException: Unchecked Exception
Why this is correct
NullPointerException is an unchecked exception as it extends RuntimeException.
ArithmeticException: Unchecked Exception
Why this is correct
ArithmeticException is a subclass of RuntimeException, making it an unchecked exception.
ClassNotFoundException: Checked Exception
Why this is correct
ClassNotFoundException is a checked exception because it directly extends Exception.
NullPointerException: Checked Exception
Why it's wrong here
Incorrect — NullPointerException is an unchecked (runtime) exception, not checked.
IOException: Unchecked Exception
Why it's wrong here
Incorrect — IOException is a checked exception, not unchecked.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
This 1Z0-811 practice question is part of Courseiva's free Oracle certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 1Z0-811 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.