Asked by Kiersten Worley on Sep 26, 2024

A runtime exception is a/an:

A) checked exception
B) unchecked exception
C) offending exception
D) none of the above

Unchecked Exception

In Java, an exception that is not checked at compile-time but rather at runtime, including errors and runtime exceptions.

Runtime Exception

An exception that occurs during the execution of a program.

  • Discern and classify the variances between checked and unchecked exceptions.