abstract methods in SessionBean?



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

Post New Answer

More EJB Interview Questions

What optimization could I use if the ejb container is the only point of write access to the database?

0 Answers  


What is difference between stateless and stateful?

0 Answers  


what is mean by com/Dcom ? Please answer me. Advance thanks.

1 Answers   Excel,


Why does EJB needs two interfaces, Home and Remote Interface?

4 Answers  


How does a container, manage access, from multiple transactions on an entity bean?

1 Answers  






Is it legal to have static initializer blocks in ejb?

0 Answers  


Write down the steps for the creation of stateless ejb.

0 Answers  


What is ejb in spring?

0 Answers  


what is the Relationship between EJB and CORBA architecture?

0 Answers   IBM,


What is EJB server?

0 Answers  


What do you mean enterprise javabeans (ejb) container?

0 Answers  


how can we decide a session bean as stateless or stateful without seeing jar file? i.e. by seeing the class file.

3 Answers  


Categories