Q. In RMI program the following example shows the, import java.rmi.*; public interface Adder extends Remote{ public int add(int x,int y)throws RemoteException; }
β
Correct Answer: (C)
Create the remote interface