Browse Today's favorites or All time favorites.
Please Sign In or Register to share and submit your questions.
Java Queries
Complete java interview questions library
Home » Interview Questions » EJB Interview Questions » What is the new basic requirement for a CMP entity bean class in 2.0 from that of ejb 1.1?
What is the new basic requirement for a CMP entity bean class in 2.0 from that of ejb 1.1?
must be abstract class. The container extends it and implements methods which are required for managing the relationships
Write a comment