what is mean by RMI ?
Please answer me.
Advance thanks.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / manikandan [ gtec,vellore ]
RMI is a remote method Invoking,By using RMI we can work
with a remote object which is present in another system with
different JVM.which uses a RMI-IIOP.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / ravikiran
RMI is remote method invocation.
When ever i am making a call to the remote bean,then the
representation of the bean as a stub is stored inside the
client side as a stub,which is local to the client,and which
minimizes the hectic network calls.And on the server side it
will be a skeleton which works like the same way
| Is This Answer Correct ? | 3 Yes | 3 No |
What is session facade in ejb?
How to invoke ejb from java client?
java doesnot support multiple inhetance. but a interface can support.how the ambiguities are rectified in interfaces?
Explain the Sotware Architechture of EJB?
whatis the diff between ejb and servlet/jsp
what is mean by dll ? Please answer me. Advance thanks.
Name the attributes of javax.ejb.stateful.
Should services be stateless?
in EJB diclare the static methods are not?
How ejb invocation happens?
Is it possible to share an httpsession between a jsp and ejb?
What is EJB object?