DEVFYI - Developer Resource - FYI

What is Java Remote Method Invocation (RMI)

J2SE Interview Questions and Answers


(Continued from previous question...)

129. What is Java Remote Method Invocation (RMI)

A distributed object model for Java program to Java program, in which the methods of remote objects written in the Java programming language can be invoked from other Java virtual machines1, possibly on different hosts.

(Continued on next question...)

Other Interview Questions