import java.rmi.Remote; import java.rmi.RemoteException; public interface MyServerInterface extends Remote { public String sayHello () throws RemoteException; }