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.

More related questions

Questions Bank

View all Questions