Answer Posted / pritam
RMI Notes
The server creates remotes objects and makes references to
those objects accessible. Then it waits for clients to
invoke methods on the objects. The client gets remote
references to remote objects in the server and invokes
methods on those remote objects. Java RMI is a mechanism
that allows one to invoke a method on an object that exists
in another address space. The other address space could be
on the same machine or a different one. Java Remote Method
Invocation (Java RMI) enables the programmer to create
distributed Java technology-based to Java technology-based
applications in which the methods of remote Java objects
can be invoked from other Java virtual machines possibly on
different hosts
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
What are the purpose of introspection?
What is the difference between RMI and Corba?
What are various types of class loaders used by jvm?
What is difference between object state and behavior?
What is the RMI and Socket?
Do I have to use jsps with my application?
wahts is mean by dynavalidatorform in struts/
What is an abstract method?
Is the infobus client side only?
How can I avoid validating a form before data is entered?
If your ui seems to freeze periodically, what might be a likely reason?
what is Activation Instantinator?
Why do threads block on i/o?
How to implement RMI in Java?
How would you create a button with rounded edges?