Multiple choice

Which of the following has one of the central and unique features as its ability to download the definition of an object's class, if the class is not defined in the receiver's java virtual machine?

  1. Optimized method invocation

  2. Abstract window toolkit

  3. Java applet

  4. Remote method invocation

  5. Remote interface

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

One of the central and unique features of RMI is its ability to download the definition of an object's class if the class is not defined in the receiver's java virtual machine.