Define ejb Create() and EjbPostCreate()?
Answer / Saurabh Dwivedi
EJB Create() is a lifecycle callback method invoked by the container when an instance of a session bean or a singleton bean is created. EJB PostCreate() is another lifecycle callback method called immediately after Create(), allowing additional initialization to be performed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is jar, war, and ear?
What is the default transaction attribute for an ejb?
Who took over ejb?
What is Session Bean Interface?
What is ejb and how it works?
What does statelessness mean?
Why do we use ejb?
What do you mean by in-memory replication?
What are ejbs used for?
Where is ejb used?
What is difference between ejb and spring?
Which is more beneficial: CMP or BMP?