What are the steps involved to make work a RMI program ?
3 years ago
OOP Java
The following steps must be involved in order for a RMI program to work properly:
⦁ Compilation of all source files.
⦁ Generatation of the stubs using rmic.
⦁ Start the rmiregistry.
⦁ Start the RMIServer.
⦁ Run the client program.

Surya Bikram Bhandari
Oct 31, 2021