What is ejb and how it works?



What is ejb and how it works?..

Answer / Ram Yagya Pal

Enterprise JavaBeans (EJB) is a Java technology for building enterprise-scale applications. EJB provides a way to write business logic in the form of reusable components that can be distributed across multiple servers and accessed by various clients over a network. It works by encapsulating business logic into objects known as beans, which are managed by an EJB container.nnThe container handles tasks like security, transaction management, life cycle events, and connection pooling for the beans, allowing developers to focus on writing business logic without worrying about low-level details.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

What is rmi and ejb in java?

1 Answers  


what is finder method?

1 Answers  


what is the difference between stateless and stateful sessions?

10 Answers   HCL,


Define ACID Properties?

1 Answers  


What is ejb in java with example?

1 Answers  


How is an entity bean created?

1 Answers  


How many enterprise beans?

1 Answers  


What is session bean?

1 Answers  


In what way, the client gets a reference to an existing entity bean?

1 Answers  


in EJB diclare the static methods are not?

1 Answers   iGate,


Explain ejbhome and ejbobject in ejb?

1 Answers  


What is @enableautoconfiguration?

1 Answers  


Categories