Skip to content
Medium Java Core Multiple Choice

What is the difference between checked and unchecked exceptions?

— Tests your understanding of this concept.

Answer Options

A Checked exceptions are faster
B Checked must be caught or declared; unchecked don't need to be
C Unchecked exceptions crash the JVM
D There is no difference

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 20+ more Java Core questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the Java Core topic (Programming Languages).

More Java Core Questions