CSE MCQs :: EJB MCQs
- An entity bean's local interface MUST extend the ________ interface.
- Which component does the Entity bean represent the persistent data stored in the database?
- Which server-side component is required to be deployed on the server?
- To expose a service through RMI, you have to create the service interface that extends
- OpenEJB 3.1.1 supports
- From the following APIs, which API does NOT guarantees to be supported by EJB 2.0 containers?
- What is returned by the method ejbCreate() CMP bean?
- What executes EJB components?
- How can a EJB pass it's reference to another EJB ? Which of the following is correct syntax for an Abstract class?