+1 vote
in JAVA by

What are runtime exceptions in Java?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked May 24, 2019 in JAVA by rajeshsharma
0 votes
asked Apr 30, 2021 in JAVA by rajeshsharma
...