SimpleJavaRMI This is simple project to implement Remote method invocation To Build and Run the project do the following javac -d . *.java rmic RMI.Person rmiregistry java RMI.Server rmic RMI.Client