Java support RMI. What does this RMI stands for?
-
Random Memory Interface
-
Remote Method Invocation
-
Random Method Invocation
-
Remote Memory Interface
B
Correct answer
Explanation
RMI stands for Remote Method Invocation, which allows Java objects running in one JVM to invoke methods on objects running in another JVM. This enables distributed Java applications where objects can communicate across different machines or processes.