What is RMI architecture?

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


Please Help Members By Posting Answers For Below Questions

What is colon_pkg_prefixes and what is its use?

2000


Why won’t the jvm terminate when I close all the application windows?

756


What is aop(assepct oriented programing)?

585


What modifiers may be used with an inner class that is a member of an outer class?

580


Explain about local interfaces.

593






What is synchronization and why is it important?

548


What is ripple effect?

638


what are the advantages of JTA over JTS?

1675


What is threadfactory?

621


What restrictions are placed on the location of a package statement within a source code file?

622


What are the different algorithms used for clustering?

554


What is Stream Tokenizer?

1733


What’s jboss cache in short?

605


What is clustering? What are the different algorithms used for clustering?

584


how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.

1763