+1 vote
in JAVA by
What are the steps involved to write RMI based programs?

1 Answer

0 votes
by

There are 6 steps which are performed to write RMI based programs.

  • Create the remote interface.
  • Provide the implementation of the remote interface.
  • Compile the implementation class and create the stub and skeleton objects using the rmic tool.
  • Start the registry service by the rmiregistry tool.
  • Create and start the remote application.
  • Create and start the client application.

Related questions

+1 vote
asked May 29, 2020 in JAVA by Hodge
+2 votes
asked Jun 2, 2020 in JAVA by Indian
...