Define ejb Create() and EjbPostCreate()?



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

Post New Answer

More EJB Interview Questions

What is jar, war, and ear?

1 Answers  


What is the default transaction attribute for an ejb?

1 Answers  


Who took over ejb?

1 Answers  


What is Session Bean Interface?

1 Answers   Tech Mahindra,


What is ejb and how it works?

1 Answers  


What does statelessness mean?

1 Answers  


Why do we use ejb?

1 Answers  


What do you mean by in-memory replication?

1 Answers  


What are ejbs used for?

1 Answers  


Where is ejb used?

1 Answers  


What is difference between ejb and spring?

1 Answers  


Which is more beneficial: CMP or BMP?

1 Answers  


Categories