Answer Posted / janet
A client accesses an Enterprise Java Bean by looking up the
class implementing it's home interface by name through JNDI.
it then uses methods of the home interface to acquire access
to an instance of the class implementing the remote interface.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the full form of ejb in java?
Is udp stateless?
Why is ejb needed?
What is the use of @resource?
How is ejb different from java beans?
Why should we use ejb?
Define Clone?
Is ejb be called from another ejb? If yes then how?
Is it legal to have static initializer blocks in ejb?
What are versions of ejb?
Explain the concept of connection pooling feature of ejb container?
How does the server decide which beans to passivate and activate?
How can a session bean be configured for transactions of bean-managed?
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 design principles for ejb?