This section explains the Compute interface, which
provides the connection between the client and the server. You will
also learn about the RMI API, which supports this communication.
Implementing a Remote Interface
This section explores the class that implements theComputeinterface, thereby implementing a remote object. This class also provides the rest of the code that makes up the server program, including amainmethod that creates an instance of the remote object, registers it with the RMI registry, and sets up a security manager.