Multiple choice technology

Java support RMI. What does this RMI stands for?

  1. Random Memory Interface

  2. Remote Method Invocation

  3. Random Method Invocation

  4. Remote Memory Interface

Reveal answer Fill a bubble to check yourself
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.