what is mean by RMI ?
Please answer me.
Advance thanks.
Answer Posted / abdu_006
The Java Remote Method Invocation (RMI) system
allows an object running in one Java virtual machine
to invoke methods on an object running
in another Java virtual machine.
RMI provides for remote communication between programs
written in the Java programming language.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
Why is ejb needed?
What is ejb container in java?
What are the basic and subtypes of enterprise java beans (ejb)?
Enlist the changes in EJB 2.1 ?
Who took over ejb?
What is meant by ejb?
Is ejbCreate() method mandatory while defining a Session Bean?
Is method overloading allowed in ejb?
What is bean-managed transaction?
What is an entity manager?
What is singleton session bean?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?
What are the various types of entity beam?
What is Enterprise JavaBeans (EJB)?