<<< Exception class and the instanceof operator | Index | The Throwable hierarchy >>> |
Definition: exceptions not recognized and not detected when the program compiles.
Unchecked exception are thrown at runtime.
Therefore, to prevent unexpected crashes, the program must employ additional checks for specific conditions, such as
division by zero
array index out of bounds
<<< Exception class and the instanceof operator | Index | The Throwable hierarchy >>> |