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 are the differences between ejb 3.0 and ejb 2.0?

0 Answers  


What are the callback annotations for the stateless bean?

0 Answers  


What are the attributes of transaction in ejb?

0 Answers  


How many enterprise beans?

0 Answers  


What ejb means?

0 Answers  






Can remove() be a Stateless Session bean?

0 Answers  


what is mean by API ? Please answer me. Advance thanks.

2 Answers   Excel,


What is difference between ejb and spring?

0 Answers  


What are the design goals of EJB architecture?

1 Answers  


What is an ejb container?

0 Answers  


can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.

0 Answers  


How to find ejb version in websphere?

0 Answers  


Categories