0
12kviews
Explain the architecture of Remote Method invocation (RMI) and its packages.

Explain clearly the architecture of Remote Method invocation (RMI) and its packages.

1 Answer
1
474views

Java Remote Method Invocation (RMI)

  • The RMI stands for Remote Method Invocation is an API mechanism.
  • This mechanism allows an object residing in one system (JVM) to access an object running on another JVM.
  • This mechanism generally creates distributed applications in java.
  • The RMI provides remote communication between the java …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.