Home / CSE MCQs / EJB MCQs :: Discussion

Discussion :: EJB MCQs

  1. At what point, precisely, in the life-cycle is a container-managed entity bean considered created?
  2. 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

    View Answer

    Workspace

    Answer : Option B

    Explanation :



Be The First To Comment