import java.rmi.*; public interface Cso extends java.rmi.Remote { String[] sayWhoIs(String s) throws java.rmi.RemoteException; }