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