Defining Remote Interface : Fig.20.1
// the interface extends Remote interface
// any class implementing Remote can be accessed remotely security permitting
public interface TemperatureServer extends Remote
{ // specify methods that can be called remotely
// each method “throws RemoteException”