Which of the following statements about checked and unchecked exceptions is true?
A.Checked exceptions are handled by the Java runtime.
B.The compiler ensures that the program is handling unchecked exceptions.
C.The compiler ensures that the program is handling checked exceptions.
D.All exceptions that are descendants of RunTimeException are checked exceptions.