Prev Next

Java / RMI

What is RMI remote object?

A remote object is a Java object whose method can be invoked from another JVM. RMI uses stub and skeleton object for communication with the remote object.

More Related questions...

Show more question and Answers...


Comments & Discussions