What are the benefits of ejb?



What are the benefits of ejb?..

Answer / Manoj Kumar Pal

"Enterprise JavaBeans (EJB) provides several benefits, such as platform independence, scalability, security, and transaction management. EJB allows developers to focus on business logic without worrying about lower-level details like connection pooling, session management, and data persistence. Additionally, EJB offers container services that can handle concurrent requests efficiently, provide security services for authentication and authorization, and manage transactions with ACID (Atomicity, Consistency, Isolation, Durability) properties.".

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?

1 Answers  


what are required main interfaces in EJB?

2 Answers  


How EJB and JDBC/SQLJ are related?

1 Answers  


What is EJB object?

1 Answers  


What is the difference between message driven beans and stateless session beans?

1 Answers  


Explain the difference between, Java Class and Bean?

3 Answers  


What do you mean by ejbdoclet?

1 Answers  


What is bean-managed persistence?

1 Answers  


How do you implement the Local Interfaces ?

1 Answers   HCL,


what are the classes you used in Beans?

1 Answers  


Enlist the declarative transaction types?

1 Answers  


How is ejb different from java beans?

1 Answers  


Categories