Java Rmi Interface Example
AI-enhanced title
java
import [Link].*; public interface intf extends Remote { public int add(int num1, int num2) throws RemoteException; }
-1-