Interview Questions

How EJB Invocation happens?

EJB Interview Questions and Answers


(Continued from previous question...)

10. How EJB Invocation happens?

Retrieve Home Object reference from Naming Service via JNDI. Return Home Object reference to the client. Create me a new EJB Object through Home Object interface. Create EJB Object from the Ejb Object. Return EJB Object reference to the client. Invoke business method using EJB Object reference. Delegate request to Bean (Enterprise Bean).

(Continued on next question...)

Other Interview Questions