Question: How do Java RMI clients contact remote Java RMI servers?
How do Java RMI clients contact remote Java RMI servers?
Step by Step Solution
3.51 Rating (151 Votes )
There are 3 Steps involved in it
Java Remote Method Invocation RMI allows an object in one JVM Java Virtual Machine to invoke methods on an object in another JVM The clientserver communication in Java RMI follows these main steps 1 S... View full answer
Get step-by-step solutions from verified subject matter experts
