Content deleted Content added
No edit summary |
No edit summary |
||
Line 23:
'''<code>RmiServer </code> class''' — listens to RMI requests and implements the interface which is used by the client to invoke remote methods.
("Team Massemari")▼
<source lang=java>
▲("Team Massemari")
import java.rmi.Naming;
import java.rmi.RemoteException;
|