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
Do you think that java should have had pointers?
What is the infobus?
How to implement RMI in Java?
What are the services in RMI ?
Can I run seam with jdk 1.4 and earlier?
If your ui seems to freeze periodically, what might be a likely reason?
Which class is the immediate superclass of the menucomponent class?
What is the difference between ear, jar and war file?
What you mean by COM and DCOM?
What is the difference between java class and bean?
Which are the different segments of memory?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
how i secure my site with the https protocol.what are the steps?
Explain about RMI Architecture?
What value does readline() return when it has reached the end of a file?