Hello Everyone
Following is a question from JPilot
test 1.0
Which are true about session beans?
Select all 3 correct Choices.
1. A client can pass a remote home object reference to another application.
2. 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
3. The javax.ejb.EJBLocalHome interface defines the method create() which returns javax.ejb.EJBLocalObject.
4. The javax.ejb.EJBLocalHome interface defines the method remove(Object primaryKey) which returns null.
The answers include 1,2,3
But I think answer 3 is wrong because although the create() method must be given
by the bean provider in the Home interface it is not defined in interface
javax.ejb.EJBLocalHome
Is this correct?