RMI

Java RMI Projects

RMI PROJECT 1

adplus-dvertising
RMI Basic
Previous Home Next

RMI is a mechanism for communicating (only) between two machines running Java Virtual Machines.When Java code on machine A needs a service or a method, respectively, of (remote Java object) objB on machine B it starts a remote method invocation.

Previous Home Next