Prev Next

Java / RMI

What is remote interface in RMI.

Any Java interface that extends java.rmi.Remote is a remote interface. Remote interface methods can be invoked from another JVM and the object implementing this remote interface becomes remote object.

More Related questions...

Show more question and Answers...


Comments & Discussions