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

How many types of session beans are available in ejb?

0 Answers  


What is enterprise bean provider?

0 Answers  


Differentiate “find a method” from “select method” in EJB ?

0 Answers  


An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?

0 Answers  


In what way, the client gets a reference to an existing entity bean?

1 Answers  






Is it legal to have static initializer blocks in ejb?

0 Answers  


Who took over ejb?

0 Answers  


Can CMP manage BMP Transaction ? Entity Bean Life Cycle ?

1 Answers   IBM, SAP Labs, Sony,


What is mdb?

0 Answers  


what is finder method?

1 Answers  


How can enterprise javabeans be accessed from active server pages?

0 Answers  


What is ejb client?

0 Answers  


Categories