What are the differences between ejb 3.0 and ejb 2.0?



What are the differences between ejb 3.0 and ejb 2.0?..

Answer / Rahul Chanpuriya

EJB 3.0 introduced several improvements over EJB 2.0, including support for annotations, simplified programming model, increased performance through a lighter-weight container, and enhanced support for Web Services.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

What is the difference between ejb and java beans?

1 Answers  


Define EAR, WAR and JAR ?

1 Answers  


What is ejb ql?

1 Answers  


EJB containers supports what kind of transaction attributes?

1 Answers  


What are transaction isolation levels in ejb?

1 Answers  


How does ejb invocation take place?

1 Answers  


Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?

1 Answers  


What is the meaning of acid in the connection of transaction management?

1 Answers  


absract methods in EntityBean ?

1 Answers  


What optimization could I use if the ejb container is the only point of write access to the database?

1 Answers  


What is difference between stateless and stateful?

1 Answers  


What does @singleton annotation do?

1 Answers  


Categories