Answer Posted / niranjanravi
setEntityContext()
unsetEntityContext()
ejbCreate()
ejbRemove()
ejbActivate()
ejbPassivate()
ejbLoad()
ejbStore()
ejbFind()
ejbHome()
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ejb and its types?
Why do we use @requestmapping?
How does the server decide which beans to passivate and activate?
Why should we use ejb?
What is ejb role in j2ee?
Why is ejb needed?
What is applicationscoped?
Is ejb be called from another ejb? If yes then how?
What is use of @postconstruct?
What is mdb in ejb?
in EJB diclare the static methods are not?
What is Enterprise JavaBeans (EJB)?
What is an ejb container?
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
What is ejb client?