Which code demonstrates this look-up and bean instantiation?
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?
Which choice lists naming and directory services that can be accessed by the JNDI API?
Which choice lists naming and directory services that can be accessed by the JNDI API?
Which parameter-passing modes result in the marshalling of data from the server on its way to the client?
Which parameter-passing modes result in the marshalling of data from the server on its way to the
client?
Which data items are encapsulated within a NamedValue object?
Which data items are encapsulated within a NamedValue object?
How is the withdraw operation mapped to Java in the client stub?
Consider the following IDL definition:
module accounts
{
interface Checking
{
attrubute float balance;
void withdraw (in float amount);
How is the withdraw operation mapped to Java in the client stub?
What is the purpose of this code fragment?
which file would contain this line of code?
Consider the following line of code:
public TravelAgent create() throws RemoteException, CreateException;
For an enterprise bean named TravelAgentBean, which file would contain this line of code?
Which IDL definition correctly defines the Child interface as a subinterface of Parent?
Which IDL definition correctly defines the Child interface as a subinterface of Parent?
Which choice lists the required methods of the EntityBean interface?
Which choice lists the required methods of the EntityBean interface?
Which type of factory object returns references to objects that reside on another CORBA server?
Which type of factory object returns references to objects that reside on another CORBA server?