EJB Quiz
Attempted
0/12
Correct 0
Score 0
‹
›
The EJB specification architecture does NOT define
The EJB SessionContext can be used to get information about users calling session enterprise beans. Which information can NOT be retrieved?
Client programs that access EJBs make use of the Java Naming and Directory Interface (JNDI). To get access to a Person entity bean, which methods can be used? (2 correct answers). Assume the following code is used to establish the initial context: Propert
What would be a typical use of ejbSelect() methods?
CMP fields in EJB 2.x are defined via
In order to use Container Managed Relations (CMR) fields in CMP entity beans, the developer Must