Multiple choice technology programming languages ejbCreate() method of CMP bean returns null Primary Key class Home Object Remote Object Reveal answer Fill a bubble to check yourself A Correct answer Explanation For CMP (Container-Managed Persistence) entity beans, the container handles primary key generation, so ejbCreate() returns null. In BMP (Bean-Managed Persistence), ejbCreate() returns the primary key.