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; } (Solved)
1. Create and start the remote application
2. Create and start the client application
3. Create the remote interface
4. Provide the implementation of the remote interface
- c. Create the remote interface