Multiple choice technology programming languages

RMI stands for Remote Method Instance

  1. True

  2. False

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

RMI stands for Remote Method Invocation, not Remote Method Instance. It's a Java API that allows an object running in one JVM to invoke methods on an object running in another JVM. The False option is correct as 'Invocation' replaces 'Instance'.