CGI interview question

Whats are runtime exceptions and exceptions

Interview Answer

Anonymous

5 June 2019

Runtime Exception is the parent class in all exceptions of the Java programming language that are expected to crash or break down the program or application when they occur. Unlike exceptions that are not considered as Runtime Exceptions, Runtime Exceptions are never checked.