Hi, I am not sure if this has been discussed previously, Question id 22 from JPilot Exam,
Which are true about session beans?
A. A client can pass a remote home object reference to another application.
B.The javax.ejb.EJBMetaData interface is intended to allow application assembly tools to discover information about the session bean, and to allow loose client/server binding and client-side scripting
C.The javax.ejb.EJBLocalHome interface defines the method create() which returns javax.ejb.EJBLocalObject.
D.The javax.ejb.EJBLocalHome interface defines the method remove(Object primaryKey) which returns null.Which are true about session beans?
The correct answer given is A, B, C.
I did not understand why C is one of the correct choice? EJBLocalHome does not define a creat() method. Can anyone please clarify this. Thanks a lot. Yogen