Ques : What is Creating Distributed Applications Using RMI ?

Ans :

The following are the basic steps be followed to develop a distributed application
using RMI:

• Design and implement the components of your distributed application.
• Compile sources and generate stubs.
• Make classes network accessible.
• Start the application.

Leave a Reply