Which are legal declartions for bean's ejbCreate() method?
B. public
String ejbCreateAccount() throws javax.ejb.CreateException
D. public int ejbCreate()throws javax.ejb.CreateException
Why can not option D be the correct answer? Any ideas? thoughts?