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 the form of storage space in java?

1744


Difference between DurableSubscription and non- DurableSubscription?

1716


When a thread blocks on i/o, what state does it enter?

576


Can I use multiple html form elements with the same name?

581


Should synchronization primitives be used on bean methods?

554






What is a modular application?

595


How are commas used in the intialization and iteration parts of a for statement?

583


How to pass parameters in RMI?

1690


What method is invoked to cause an object to begin executing as a separate thread?

572


What do you need to set-up a cluster with jboss?

577


What is the relationship between an event-listener interface and an event-adapter class?

557


what is Activation Instantinator?

1915


whats is mean by tiles in struts

1623


How are the elements of a cardlayout organized?

596


Java is fully object oriented languages or not?

542