Which choices include only information that is held in an enterprise beans deployment descriptor?
Which choices include only information that is held in an enterprise beans deployment descriptor?
Which statement is true regarding the ejbl_oad() method when invoked for an entity bean that is not linked wit
Which statement is true regarding the ejbl_oad() method when invoked for an entity bean that is
not linked with an EJB object?
What type of enterprise bean might this be?
The ejbRemove() method for an enterprise bean contains the following line of code:
preStmt = dbConn.prepareStatement (“DELETE
FROM MyTable
WHERE MyKey = ?”);
What type of enterprise bean might this be?
Which statement is true of this home interface?
Which statement is true of your design?
Consider the following IDL definition:
module airtraffic
{
struct Radarlnfo
{
string callSign;
long speed;
long heading;
}
interface Aircraft
{
setLocation (inout Radarlnfo ri);
}
}
You want to use this IDL definition to allow clients to update the location of an aircraft by passing
an instance of Radarlnfo to the remote method. Which statement is true of your design?
A callback object waits for invocations made by:
A callback object waits for invocations made by:
what is the ejbl_oad() method invoked?
When and by what is the ejbl_oad() method invoked?
Which statement correctly describes the functionality of an entity beans unsetEntityContext() method?
Which statement correctly describes the functionality of an entity beans unsetEntityContext()
method?
only attributes map to Java in a client stub?
How do IDL reaD. only attributes map to Java in a client stub?
Which statement correctly describes the functionality of an entity beans ejbLoad() method?
Which statement correctly describes the functionality of an entity beans ejbLoad() method?