Which statement correctly describes the mechanism by which enterprise beans are instantiated?
A.
Enterprise beans are instantiated by calling a create() method on the beans remote interface
using a reference to the beans home interface. Each create() method has a corresponding
ejbCreate() method in the beans home interface.
B.
Enterprise beans are instantiated by calling a create() method on the beans remote interface
using a reference to the beans home interface. Each create() method has a corresponding
ejbCreate() method in the beans remote interface.
C.
Enterprise beans are instantiated by calling a create() method on the beans home interface
using a reference to the beans remote interface. Each create() method has a corresponding
ejbCreate() method in the beans remote interface.
D.
Enterprise beans are instantiated by calling a create() method on the beans home interface
using a reference to the beans home interface. Each create() method has a corresponding
ejbCreate() method in the beans home interface.