import java.rmi.Remote; import java.rmi.RemoteException; public interface RMIInterface extends Remote { public String even(int number) throws RemoteException; }