A developer creates the following session bean:
No deployment descriptor is supplied. Which two statements are true? (Choose two.)
A.
A user in the role “SECRET” will be able to access all of the methods.
B.
A user in the role “FOO” will be able to access methodA and methodB.
C.
A user without any role will be able to access methodB but NOT methodA.
D.
A user in the role “SECRET” will be able to access methodA and methodB
E.
A user in the role “SYSADM” will be able to access methodA, methodB, and methodC.