Multiple choice

Directions: What is the full form of the abbreviation given in bold?

RMI

  1. Refined Method Invocation

  2. Remote Method Invocation

  3. Remote Meaning Invocation

  4. Remote Metric Invocation

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Remote Method Invocation (RMI) is a Java API that performs the object-oriented equivalent of remote procedure calls (RPC), with support for direct transfer of serialized Java classes and distributed garbage collection.