Discussion :: EJB MCQs
- At what point, precisely, in the life-cycle is a container-managed entity bean considered created?
A.
Immediately prior to the execution of its ejbCreate() method
|
B.
Immediately after the execution of its ejbCreate() method
|
C.
After the CMP bean's data has been committed to the underlying persistent datastore
|
D.
During the execution of its ejbPostCreate() method
|
Answer : Option B
Explanation :
Be The First To Comment