EJB Quiz
ejbCreate() method of CMP bean returns.
How can a EJB pass it’s reference to another EJB ? Which of the following is correct syntax for an Abstract class ?
The EJB specification architecture does NOT define
Which describes best an EJB handle?
When a developer declares an EJB local reference, what element does NOT need to be specified?
For a stateful session bean, which method is activated by the container to save the state of the bean?
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