Given an EJB 3.0 J MS message-driven bean, which statement is true about its exception
handling?
A.
Its message listener method must NOT throw any checked exception.
B.
Its message listener method can throw java. rmi. RemoteException.
C.
Its message listener method can throw any checked exception except java. rmi.
RemoteException.
D.
Its message listener method can throw any checked exception that implements java.
io.Serializable.