Sunday 24 August 2014

Remote method invocation(RMI)

The Java Remote Method Invocation (Java RMI) is a Java API that performs the object-oriented equivalent of remote procedure calls (RPC), with support for direct transfer of serialized Java classes and distributed garbage collection.


Click here to view compiling procedure
Click here to view server interface
Click here to view server implementation
Click here to view server program
Click here to view client program

No comments:

Post a Comment