当前位置: 答题翼 > 问答 > 计算机类考试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关
问题

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”);

参考答案
您可能感兴趣的试题
    暂无相关推荐