import java.rmi.*; //1. ¿ø°Ý ÀÎÅÍÆäÀ̽º public interface Echo extends Remote{ //Ŭ¶óÀÌ¾ðÆ®¿¡¼­ È£Ãâ ÇÒ ¸Þ½îµå ¸ñ·Ï public String sayEcho(String name) throws RemoteException; }