In HFEJB Pno-:369 Qno-:9
The question is
Which method(s) from the EntityContext interface can be invoked from within the ejbCreate method?
A. getEJBHome()
B. getEJBObject()
C. getCallerPrincipal()
D. getUserTransaction()
E. setRollBackOnly()
Answer is A,B,C,E
But according me answer should be A,C,E. It is not possible to access getEJBObject() within ejbCreate method
Please correct me it i am wrong.
Thanks