DEVFYI - Developer Resource - FYI

What are runtime exceptions?

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

513. What are runtime exceptions?

Runtime exceptions are those exceptions that are thrown at runtime because of either wrong input data or because of wrong business logic etc. These are not checked by the compiler at compile time.

(Continued on next question...)

Other Interview Questions