While creating custom exceptions, If we want to create a checked Exception we extend the Exception class and for unchecked exception we ext
It doesn't. The only difference is in requirements enforced by the compiler.