Which two are programming restrictions in the EJB 3.0 specification? (Choose two.)
A.
An enterprisebean must NOTattempttoloadanative library.
B.
An enterprise bean must NOT declare static fieldsasfinal.
C.
An enterprisebeanmust NOTattemptto createa newsecurity manager.
D.
An enterprise bean mustNOTpropagate a RuntimeExceptiontothe container.
E.
An enterprise bean must NOTattemptto obtain ajavax.naming. InitialContext.