Java remote method invocation: Difference between revisions

Content deleted Content added
m repitition
have changed the exception object name
Line 69:
 
System.out.println("PeerServer bound in registry");
} catch (Exception eke) {
System.err.println("RMI server exception:" + eke);
e.printStackTrace();
}