🎴 Flashcard Mode
Enterprise Java Beans (EJB) Architecture
Card1 / 18
Mastered0
Review0
QuestionClick to flip
Which of the following call back method belongs to Entity bean?
AnswerClick to flip back
A
void ejbLoad()
💡 Explanation:
In EJB (Enterprise JavaBeans), ejbLoad() is a callback method specific to Entity beans that is invoked by the container to synchronize the bean's state with the underlying database. This method is called when the container needs to refresh the entity bean's state from persistent storage.