Which three jsp:useBean attributes must be used to access this attribute in the JSP page?

A session-scoped attribute is stored by a servlet, and then that 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 session-scoped attribute is stored by a servlet, and then that 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

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *