Why do we need ejb in java?



Why do we need ejb in java?..

Answer / Satendra Pratap Singh

Enterprise JavaBeans (EJB) is a Java technology used for building and deploying enterprise-scale applications. It provides a set of tools that abstract the complexities of distributed computing, allowing developers to focus on application logic rather than dealing with low-level details. EJB simplifies distributed transactions, security, persistence, and concurrency control.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

How to create ejb project in eclipse?

1 Answers  


absract methods in EntityBean ?

1 Answers  


Why do we use @requestmapping?

1 Answers  


How to generate ejb stubs in eclipse?

1 Answers  


Life cycle methods in stateful session beans?

1 Answers   CTS, iFlex,


How can a CORBA object, accessed from a EJB?

1 Answers  


Difference between container-managed & bean-managed persistence?

2 Answers  


What are the services that a container provides for an entity bean?

3 Answers  


How is consistency maintained by Stateful Session through transaction updates ?

1 Answers  


What is enterprise bean provider?

1 Answers  


Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?

1 Answers  


Is udp stateless?

1 Answers  


Categories