Multiple choice technology

RMI is

  1. A Java application for remote access to Microsoft servers via the Internet

  2. The recommended way of having multiple invocations of the same program running on a single system

  3. The pre-cursor of Java, now largely superceded

  4. A way of having a Java program or applet on one computer use Java methods and objects that are residing on another

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

RMI (Remote Method Invocation) enables a Java client to invoke methods on objects residing on remote servers, enabling distributed Java applications.