Multiple choice technology programming languages

ejbCreate() method of CMP bean returns

  1. null

  2. Primary Key class

  3. Home Object

  4. Remote Object

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Entity JavaBeans (EJB), the ejbCreate() method for Container-Managed Persistence (CMP) beans returns null. For BMP (Bean-Managed Persistence) beans, it returns the primary key class. This is a key difference between CMP and BMP bean creation methods.