Nadeem Ullah
Nadeem Ullah answered
Follow the following steps for running an RMI program:    1. Compile the interfaces and classes of server and client programs.    2. Generate stubs and skeletons for remote program e.g server (if your communication is one way i.e. From client to server) by the following command:  >rmic    3. Run RMI registry by command:  … Read more