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
how do you Handle Front End Application data against DB with example?
How are the elements of a cardlayout organized?
What’s jboss jbpm?
What is the difference between RMI and Corba?
What are the benefits of detached objects?
What is a modular application? What does module-relative mean?
Write a singleton program?
Why do threads block on i/o?
What is the difference between java class and bean?
If your ui seems to freeze periodically, what might be a likely reason?
what is a portable component?
What is prototype?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Explain phantom read?
What method is invoked to cause an object to begin executing as a separate thread?