Life cycle methods in stateful session beans?
Answer / janet
ejbCreate()
setSessionContext()
ejbActivate()
ejbPassivate()
ejbRemove()
afterBegin()
beforeCompletion()
afterCompletion(boolean commit)
| Is This Answer Correct ? | 5 Yes | 0 No |
Why is ejb used?
What’s the difference between hibernate and ejb 3?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
Explain the architectural relationship between EJB & XML?
How is an entity bean created?
Why do we need ejb?
What does it mean to be stateless?
Is microservice stateless?
What are the types of ejb?
what is mean by dll ? Please answer me. Advance thanks.
What does @inject mean in java?
What are the attributes of transaction in ejb?