Which two are true about specifying Java EE environment annotation metadata for session bean
classes? (Choose two.
A.
Itis possible to inject a resource without using annotations.
B.
Only field-level annotations can be overriden by the deployment descriptor.
C.
Only type-level annotations can be overriden by the deployment descriptor.
D.
Resource annotations cannot be specified on a superclass of the session bean class.
E.
Type-level, method-level,andfield-level annotations can all beoverridden by thedeployment
descriptor.
F.
Only field-level annotations and method-level annotations can be overridden by the deployment
descriptor.