ejbCreate() method of CMP bean returns.

  1. null

  2. Primary Key class

  3. Home Object

  4. Remote Object


Correct Option: A

AI Explanation

To answer this question, you need to understand the concept of CMP (Container-Managed Persistence) beans in Java Enterprise Edition (Java EE).

In Java EE, CMP beans are entity beans that are managed by the container. The ejbCreate() method is used to create and initialize an instance of a CMP bean.

The ejbCreate() method of a CMP bean does not return any value. It is a void method, meaning it does not have a return type. Therefore, the correct answer is A) null.

Find more quizzes: