You are using container-managed transactions for your entity bean. Which choice lists the
methods that must have transaction attributes defined?
A.
Remote interface: all business methods and the remove() method.
Home interface: all finder methods.
B.
Remote interface: all business methods.
Home interface: the two remove() methods and all finder methods.
C.
Remote interface: all business methods and the remove() method.
Home interface: all finder methods, the create() method, and the two remove() methods.
D.
Remote interface: the remove() method.
Home Interface: the create() method and the remove() method.