How do identify two same entity beans?
Answer / janet
by invoking the EntityBen.isIdentical method.This method
should be implemented by the entitybean developer to
determine when two reference are to the same object.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is stateless programming?
What is the major difference SessionBean and EntityBean?
What is Introspection ?
What is difference between ejb and spring?
How ejb invocation happens?
What is a Java Bean?
What happens when I change a value in the httpsession from inside an ejb?
How to determine two identical beans?
What is the use of @resource?
Write down the steps for the creation of stateless ejb.
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
Can we write the Remote and Local Interfaces in one Bean. How do you define it in the deployment descriptor.