Identify the true statements.
Checked exceptions must be explicitly caught or propagated(declared Thrown)
Unchecked exceptions must be explicitly caught or propagated(declared Thrown)
Checked exceptions in Java extend the java.lang.Exception class
Unchecked exceptions extend the java.lang.RuntimeException class