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 event results from the clicking of a button?
What is the argument type of a programs main() method?
Why use POJO when I can use hashmap
How task's priority is used in scheduling?
What is the diffrence between a local-tx-datasource and a xa-datasource?
What are the different class loaders used by jvm?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Explain ioc concept?
What is a modular application? What does module-relative mean?
What are the different types of exception?
Can I run seam outside of jboss as?
Can you control when passivation occurs?
Explain about local interfaces.
What is table mutation and how do you avoid it?
Which are the different segments of memory?