Multiple choice

Which of the following files generated by the command "idltojava Stock.idl" implements a local object that forwards all the requests to a remote object?

  1. StockHelper.java

  2. Stock

  3. _StockStub.java

  4. StockHolder.java

  5. Events

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

This file generated by the command "idltojava Stock.idl" implements a local object which forwards all requests to the remote object.