You need to perform the look-up of the home object for an enterprise bean named
TravelAgentBean and then create a reference to that object. You then need to call the proper
method to instantiate the TravelAgentBean. The appropriate arguments for the InitialContext
constructor are held in a Hashtable named srvrProps. Which code demonstrates this look-up and
bean instantiation?
A.
A
B.
B
C.
C
D.
D