public interface divideInterface extends java.rmi.Remote{
 
  public String divide(int a, int b) throws java.rmi.RemoteException;
  
}