What is ejb in java with example?



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

Post New Answer

More EJB Interview Questions

What is @enableautoconfiguration?

1 Answers  


What is ejb ql?

1 Answers  


Enlist the declarative transaction types?

1 Answers  


What is EJB server?

1 Answers  


Can an ejb send asynchronous notifications to its clients?

1 Answers  


What is difference between ejb 1.1 and ejb 2.0?

1 Answers  


What are the system services of ejb container?

1 Answers  


ejbCreate in Entity bean and create method in EJB home, have the same parameters?

2 Answers  


What is Transaction attribute?

3 Answers  


What causes statelessness?

1 Answers  


How do you implement the Local Interfaces ?

1 Answers   HCL,


What is bean-managed transaction?

1 Answers  


Categories