Programming Tutorials

Interview Question: What is difference between EJB 1.1 and EJB 2.0?

By: Ash in Interview Tutorials on 2008-08-13  

Question:What is difference between EJB 1.1 and EJB 2.0?

Answer: The bulk of the changes in EJB 2.0 are found in the definition of a new CMP component model. It's radically different from the old CMP model because it introduces an entirely new participant, the persistence manager, and a completely new way of defining container-managed fields, as well as relationships with other beans and dependent objects.

 

 

 

 





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

What is Collection API?

Question: Difference between forward and sendRedirect in JSP?

Interview Question: What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

Explain garbage collection?

Differentiate between .ear, .jar and .war files.

What is the difference between Session Bean and Entity Bean?

Interview Question: Do ActionForms have to be true JavaBeans?

Question: How would you go about analyzing performance of an application?

Interview Question: Does Struts include its own unit tests?

Interview Question: What is the difference between Message Driven Beans and Stateless Session beans?

What are Access Specifiers available in Java?

The output of System.out.println(5>>2) in Java

Interview Question: Write code of any Action Class?

What is the difference between jsp:include page and @ include file?

What is the difference between interface and abstract class?

Latest Articles (in Interview)