Interface File: dollar.java
import java.rmi.*;
public interface dollar extends Remote
{
public long change(long a) throws
RemoteException;
}
Sample Program << Previous
Next >>Interface implementation file: dollarimp.java
Our aim is to provide information to the knowledge seekers.