How is an entity bean created?



How is an entity bean created?..

Answer / janet

An entity bean can be created in two ways: by direct action
of the client in which a create method is called on the
bean?s home interface, or by some other action that adds
data to the database that the bean type represents. In fact,
in an environment with legacy data, entity objects may
?exist? before an Enterprise JavaBean is even deployed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

what is an ejb object?

5 Answers   Bally Technologies, HCL, Siemens,


what is SessionBean, EntityBean?

2 Answers  


Why do we need ejb in java?

0 Answers  


Can beans who are involved in transaction have 'passivation' process?

0 Answers  


What is the procedure for the creation of stateless ejb?

0 Answers  






Can remove() be a Stateless Session bean?

0 Answers  


What is the difference between ejbcreate() and ejbpostcreate?

0 Answers  


What is the use of @ejb annotation?

0 Answers  


How to generate ejb stubs in eclipse?

0 Answers  


How many types of session beans are available in ejb?

0 Answers  


Explain the Sotware Architechture of EJB?

1 Answers   Wipro,


What is the purpose of ejb in java?

0 Answers  


Categories