what are the influence factors of ejbLoad() & ejbStore()?



what are the influence factors of ejbLoad() & ejbStore()?..

Answer / pkr_reddy

EJDLOAD : this is used to extract the data from the back end
database and make them availabe to the ejb.

EJBSTORE: this is responsible to store the data into the
database by the ejb.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More EJB Interview Questions

What is ejb container in java?

1 Answers  


What are the design principles for ejb?

1 Answers  


What is the purpose of ejb in java?

1 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?

1 Answers  


What is an ejb platform?

1 Answers  


Is it possible to write two EJBs that have different bean classes, but they share same Remote interface and Home interfaces?

1 Answers  


What is activemq used for?

1 Answers  


What is stateless and stateful session bean in ejb?

1 Answers  


Describe client view of an Enterprise JavaBeans component?

1 Answers   Wipro,


What are the various types of entity beam?

1 Answers  


How does ejb work in java?

1 Answers  


How is an entity bean created?

1 Answers  


Categories