What are runtime exceptions?
1930
10-Feb-2014
Sumit Kesarwani
10-Feb-2014Runtime 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.