which following statement is true of the getEmployeelD method?
Which code fragment creates a JNDI look-up string that would access an environment property named MyEnvPropert
Which code fragment creates a JNDI look-up string that would access an environment property
named MyEnvProperty?
which order will these steps occur?
Consider the following steps in the creation of a stateful session bean:
1 The container initializes a session context (the session context reference is passed to the bean
via the setSessionContext() method).
2.The container instantiates an EJB object.
3.The create() parameters are passed to the beans ejbCreate() method.
4.The bean is instantiated with a default no-argument constructor.
In which order will these steps occur?
which order will these steps occur?
A business method is being invoked on an entity bean. The entity bean has been instantiated, but
has been placed in the entity bean pool by the container due to inactivity. Based on this scenario,
consider the following steps:
1 The home object calls the ejbLoad() method.
2.The EJB object sends the business method invocation to the entity bean.
3.The EJB object notifies the container that an entity bean instance is required.
4.The entity bean uses the primary key obtained from the EJB object to populate its fields.
In which order will these steps occur?
What is the purpose of the InitialContext constructor?
What is the purpose of the InitialContext constructor?
Which statements correctly describe factory objects?
Which statements correctly describe factory objects?
Which choice defines the term atomicity when used to describe the properties of transactions?
Which choice defines the term atomicity when used to describe the properties of transactions?
How is the withdraw operation mapped to Java in the client stub?
Consider the following IDL definition:
module accounts
{
interface Checking
{
attribute float balance;
void withdraw (in float amount);
};
};
How is the withdraw operation mapped to Java in the client stub?
Which CORBA service allows a client application to determine the names of operations available through a remot
Which CORBA service allows a client application to determine the names of operations available
through a remote object?
Which task would never be performed while using the Dynamic Invocation Interface to use an object of type Stoc
Which task would never be performed while using the Dynamic Invocation Interface to use an
object of type Stock?