Multiple choice technology RMI is A Java application for remote access to Microsoft servers via the Internet The recommended way of having multiple invocations of the same program running on a single system The pre-cursor of Java, now largely superceded 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.