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 |
Why do we use ejb?
What are the design goals of EJB architecture?
what s the difference b/w EJB 2.0 and EJB 3.0 technically
2 Answers Microsoft, Mind Tree, Tech Mahindra,
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
What are the properties in Beans?
How many types of session beans are available in ejb?
what is mean by dll ? Please answer me. Advance thanks.
java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?
What is passivation and activation in ejb?
Describe client view of an Enterprise JavaBeans component?
Is ejb be called from another ejb? If yes then how?
What is stateful or stateless?