import java.rmi.*; public interface RemoteServer extends Remote { public String getString() throws RemoteException; }