What are runtime exceptions?

Q

What are runtime exceptions?

✍: Guest

A

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.

2013-05-28, 1920👍, 0💬