What are the services that a container provides for an
entity bean?

Answers were Sorted based on User's Feedback



What are the services that a container provides for an entity bean?..

Answer / yousef

Thread Safety
pooling
trancacion mangment
state mangment
intergeration
security
time secudling

Is This Answer Correct ?    1 Yes 0 No

What are the services that a container provides for an entity bean?..

Answer / guest

Transaction Management
Life Cycle Management

Is This Answer Correct ?    1 Yes 1 No

What are the services that a container provides for an entity bean?..

Answer / pkr_reddy

the services are
ejbActivate();
ejbPassivate();
ejbLoad ();
ejbStore ();
ejbPostCreate();
ejbCreate();
ejbRemove();
set EntityContext();
unsetEntityContext();

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More EJB Interview Questions

What is stateless session bean?

1 Answers  


What are the transaction management benefits of the EJB architecture?

1 Answers  


What is an ejb platform?

1 Answers  


What is ejb javatpoint?

1 Answers  


What is Enterprise JavaBeans Query Language (EJB QL)?

1 Answers  


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?

1 Answers  


in EJB diclare the static methods are not?

1 Answers   iGate,


What does it mean to be stateless?

1 Answers  


What transaction attributes does Java Bean containers support?

1 Answers  


What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?

1 Answers  


What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?

1 Answers  


Write the basic requirement of a cmp entity based class in 2.0 from ejb 1.1?

1 Answers  


Categories