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 |
What is stateless and stateful?
What is Enterprise JavaBeans?
Difference between javaBeans and Enterprise JavaBeans?
1 Answers Indotech, Tech Mahindra,
How does the server decide which beans to passivate and activate?
Enlist the enterprise beans types?
why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface
What is the purpose of ejb in java?
What is the difference between ejb and spring?
what is mean by RMI ? Please answer me. Advance thanks.
Enlist the contents of Container.
What is ejb in spring?
Explain Stateful session bean life cycle?