First page
Back
Continue
Last page
Overview
Graphics
Problem Addressed
public interface Example extends Remote {
void sendData(Data x) throws RemoteException;
void Data getData() throws RemoteException;
}