Google News
logo
EJB - Interview Questions
Define ejb Create() and EjbPostCreate ()?
When the method is called before the persistence storage is written with the bean state, it is ejbCreate().
 
When the method is called after the persistence storage is written with the bean state, it is ejbPostCreate().
Advertisement