What is ejb in java with example?
Answer / Saurabh Verma
Enterprise JavaBeans (EJB) is a Java technology used to create enterprise-level applications by providing services such as transactions, security, and persistence. An example of an EJB could be a Session Bean that contains the business logic for processing a user's order in an online shopping application.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is @enableautoconfiguration?
What is ejb ql?
Enlist the declarative transaction types?
What is EJB server?
Can an ejb send asynchronous notifications to its clients?
What is difference between ejb 1.1 and ejb 2.0?
What are the system services of ejb container?
ejbCreate in Entity bean and create method in EJB home, have the same parameters?
What is Transaction attribute?
What causes statelessness?
How do you implement the Local Interfaces ?
What is bean-managed transaction?