EjbCreate() method of CMP bean returns (a) null (b) Primary Key class (c) Home Object (d) Remote Object

(a)
Explanation: ejbCreate() method of BMP bean returns the Primary Key, where as ejbCreate() method of CMP bean returns null.

Showing Answers 1 - 1 of 1 Answers

shashank

  • May 2nd, 2005
 

) Primary Key class 
This is the answer . In CMP only the return type is Primarykeyclass .

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions