Select the incorrect statement(s):
c, d
A is a true statement.
B is a true statement.
C is a false statement. Error is not an exception. It does not subclass java.lang.Exception.
D is a false statement. Error need not be part of a method signature, but checked exceptions must be a part of the method signatures.