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.
Go deeper
About these practice questions
One of 481 original 1Z0-811 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.