Interface implementation file: dollarimp.java


import java.rmi.*;

import java.rmi.server.*;

public class dollarimp extends UnicastRemoteObject

implements dollar

{

public dollarimp() throws RemoteException

{

}

public long change(long a)throws RemoteException

{

return(a*56);

}

}

Interface File: dollar.java << Previous
Next >>Client Program: dollarclient.java

Our aim is to provide information to the knowledge seekers. 


comments powered by Disqus










Footer1