Multiple choice

Which of the following technologies treats a remote object differently from a non remote object when the object is passed from one java virtual machine to another java virtual machine?

  1. Java applet

  2. Remote method invocation

  3. Optimized method invocations

  4. Filter

  5. StockHolder.java

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

RMI treats a remote object differently from a non remote object when the object is passed from one java virtual machine to another java virtual machine.