+1 vote
in JAVA by
What is RMI?

1 Answer

0 votes
by

The RMI (Remote Method Invocation) is an API that provides a mechanism to create the distributed application in java. The RMI allows an object to invoke methods on an object running in another JVM. The RMI provides remote communication between the applications using two objects stub and skeleton.

Related questions

+1 vote
asked May 30, 2020 in JAVA by Robindeniel
+2 votes
asked May 13, 2021 in JAVA by rajeshsharma
...