A session-scoped attribute is stored by a servlet, and then servlet forwards to a JSP page. Which three jsp:useBean attributes must be used to access this attribute
in the JSP page? (Choose three.)
A.
 id
B.
 name
C.
 bean
D.
 type
E.
 scope
F.
 beanName
ADE
A,D,E