package tp8;
import java.rmi.*;
public interface HelloInterface extends Remote {
public String say() throws RemoteException;
}
