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 @autowired required false?

0 Answers  


How Stateful Session bean will store its State ?

1 Answers  


How does EJB 2.0 improve support for interoperability between EJB containers and other J2EE products?

1 Answers  


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

1 Answers  


What is the difference between stateful and stateless session beans?

2 Answers   Tech Mahindra,






What are the callback annotations for the stateless bean?

0 Answers  


how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?

0 Answers   Infosys,


what is SessionBean, EntityBean?

2 Answers  


How can enterprise javabeans be accessed from active server pages?

0 Answers  


Enlist the contents of Container.

0 Answers  


What is pub/sub model?

0 Answers  


How 'messaging' supported in EJB 2.0 Specification?

1 Answers  


Categories