Which of the following method declarations for a session bean class are valid?
Choices:
A. public void ejbCreate(
String name) throws CreateException {}
B. public void ejbCreateBigCart() throws CreateException{}
C. public void ejbCreate(String name) {}
D. public static void ejbCreateSmallCart() {}
E. public final PKeyType ejbCreate() {}
F. public PKeyType ejbCreateLargeAccount() {}
Given Answer is A,B
But According me answer should be A,B,C Please help
Thanks