Which statement correctly describes the functionality of an entity beans ejbLoad() method?
A.
The ejbl_oad() method is invoked by the container to insert data associated with an entity bean
into a data store, thus updating the data store.
B.
The ejbl_oad() method is invoked by the container to read data into an entity bean.
C.
The ejbl_oad() method is invoked by the home interface to insert data associated with an entity
bean into a data store, thus updating the data store.
D.
The ejbLoad() method is invoked by the remote interface to read data into an entity bean.