Content deleted Content added
m Dating maintenance tags: {{Clarify-span}} |
Esmond.pitt (talk | contribs) →Example: fixed various coding errors and removed unnecessary SecurityManager |
||
Line 35:
public RmiServer() throws RemoteException {
super(0); // required to avoid the 'mic' step
}
Line 43 ⟶ 44:
public static void main(String args[]) {
System.out.println("RMI server started");
try { //special exception handler for registry creation
Line 109 ⟶ 102:
}
public static void main(String args[]) throws Exception {
RmiClient cli = new RmiClient();
|