import java.rmi.*; public interface Hello extends Remote { // �ӿ��еľ��巽��������ע����������׳�RemoteException String sayHello(String name) throws RemoteException; }
import java.rmi.*; public interface Hello extends Remote { // �ӿ��еľ��巽��������ע����������׳�RemoteException String sayHello(String name) throws RemoteException; }