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

Why do we need ejb in java?

0 Answers  


What is stateful or stateless?

0 Answers  


What is mdb in ejb?

0 Answers  


What do you mean enterprise javabeans (ejb) container?

0 Answers  


How is an entity bean created?

1 Answers  






explain why we say stateless beans does not maintain conversation state besides statefull maintains conversation state. give some examples...

2 Answers   HCL,


What is dependency injection in ejb?

0 Answers  


Can remove() be a Stateless Session bean?

0 Answers  


What are the advantages of ejb?

0 Answers  


How to create ejb project in eclipse?

0 Answers  


what is SessionBean, EntityBean?

2 Answers  


How to increase ejb transaction timeout in weblogic?

0 Answers  


Categories