What is ejb role in j2ee?
Answer / Mithilesh Prasad
Enterprise JavaBeans (EJB) roles in J2EE are predefined roles that define the responsibilities of different components during the life cycle of an EJB. The three main roles are Session Bean, Entity Bean, and Message-driven Bean.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the architectural relationship between JavaBeans and JTA?
What is difference between stateless and stateful?
Where is ejb used?
Define Initial Context?
What is an ejb container?
What is @injectmock?
What is mdb in ejb?
What are the system services of ejb container?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
What are the benefits of ejb?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
Is state maintained by a Stateless bean?