网友您好, 请在下方输入框内输入要搜索的题目:
Adeveloperwantstomakeanameattributeavailabletoallservletsassociatedwithaparticularuser,acrossmultiplerequestsfromthatuser,fromthesamebrowserinstance.Whichtwoprovidethiscapability fromwithinataghandler?()
A.pageContext.setAttribute("name",theValue)
B.pageContext.setAttribute("name",getSession())
C.pageContext.getRequest().setAttribute("name",theValue)
D.pageContext.getSession().setAttribute("name",theValue)
E.pageContext.setAttribute("name",theValue,PageContext.PAGE_SCOPE)
F.pageContext.setAttribute("name",theValue,PageContext.SESSION_SCOPE)
参考答案