AssumeataghandlerextendsTagSupport.Whichisusedwithinthetaghandlertogetanattribute“foo”thatisintheapplicationscope?()
AssumeataghandlerextendsTagSupport.Whichisusedwithinthetaghandlertogetanattribute“foo”thatisintheapplicationscope?()
A、pageContext.getAttribute(“foo”);
B、getPageContext().getAttribute(“foo”);
C、pageContext.getApplicationScope(“foo”);
D、pageContext.getAttribute(“foo”,pageContext.APPLICATION_SCOPE).getAttribute(“foo”);
E、getPageContext().getScope(pageContext.APPLICATION_SCOPE).getAttribute(“foo”);