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

How Client will contact the Bean?

3 Answers   Four soft, Tech Mahindra,


Can a client interact with an JavaBean directly? Explain?

1 Answers  


Define EAR, WAR and JAR ?

0 Answers  


What do you mean by ejbdoclet?

0 Answers  


What is a stateless session?

0 Answers  






What do you mean by ejb ql?

0 Answers  


How the container will maintain synchronization for multiple calls to the entity bean?

1 Answers   HCL,


Differentiate ‘Stateful Session’ from ‘Entity Bean’ ?

0 Answers  


what is the Relationship between EJB and CORBA architecture?

0 Answers   IBM,


ejbCreate in Entity bean and create method in EJB home, have the same parameters?

2 Answers  


What are the design goals of EJB architecture?

1 Answers  


What is ejb client?

0 Answers  


Categories