What Java Remote Method Invocation (RMI) is and the RMI architecture
How to develop and package RMI server and client applications
How to start the rmiregistry, RMI server, and client applications
How to troubleshoot and debug RMI applications
Dynamic class downloading in an RMI application
Garbage collections of remote objects in RMI applications
Server part
Client part
Common part, which is present in both the client and server
You will package three parts ...