Which two are true about EJB 3.0 exception classes? (Choose two.)
A.
The javax.ejb.NoSuchEJBException is an application exception.
B.
The javax.ejb.EJBException extends java.lang.RuntimeException.
C.
The javax.ejb.EJBTransactionRequiredException is an application exception.
D.
An application exception must NOT be a subclass of java.rmi.RemoteException.
E.
The javax.ejb.EJBTransactionRolledbackException is an application exception.
F.
Any subclass of java.lang.RuntimeException is always considered a system exception.