Hi
Suppose a user defined exception class, say UserExcp is created by extending the Throwable class.
What type of exception it will be checked or unchecked and why?