Prev Next

Java / RMI

What is Java Remote Method Invocation (RMI)?

The Remote Method Invocation (Java RMI) is an API that provides a mechanism to create 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.

More Related questions...

Show more question and Answers...


Comments & Discussions