Up Previous Next

The changes on the client will be almost identical in nature.

import java.rmi.*;

public interface ClientInterface extends Remote {
  
}
This will propagate to the class definition, closing the circle of changes.


Up Previous Next