abstract methods in SessionBean?
Answer / janet
public void setSessionContext(SessionContext ct)
public void ejbActivate()
public void ejbPassivate()
public void ejbRemove()
| Is This Answer Correct ? | 9 Yes | 0 No |
What transaction attributes does Java Bean containers support?
Name the acid properties of a transaction.
Why serialization is used?
Differentiate ‘Stateful Session’ from ‘Entity Bean’ ?
What is applicationscoped?
What does it mean to be stateless?
what is SessionBean, EntityBean?
How does ejb container work?
How does legacy object mapping work?
What is Session Bean Interface?
Why do we need ejb?
What is stateless and stateful session bean in ejb?