Question: Select the correct statement(s): 1)Exceptions are compiler errors 2) Exceptions can be thrown from a method. The caller of the method can catch and handle
Select the correct statement(s):
1)Exceptions are compiler errors
2) Exceptions can be thrown from a method. The caller of the method can catch and handle the exception.
3) The Throwable class is not the root of exception classes.
4) RuntimeException, Error, and their subclasses are known as unchecked exceptions.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
