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 |
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
what are required main interfaces in EJB?
How EJB and JDBC/SQLJ are related?
What is EJB object?
What is the difference between message driven beans and stateless session beans?
Explain the difference between, Java Class and Bean?
What do you mean by ejbdoclet?
What is bean-managed persistence?
How do you implement the Local Interfaces ?
what are the classes you used in Beans?
Enlist the declarative transaction types?
How is ejb different from java beans?