多项选择题下列哪些是EL作用域隐式对象()

A.pageScope
B.requestScope
C.sessionScope
D.applicationScope


您可能感兴趣的试卷

你可能感兴趣的试题

2.多项选择题以下哪些是JSP的作用域对象()

A.pageContext
B.request
C.session
D.application

3.单项选择题

以下代码能否编译通过,假如能编译通过,运行时得到什么输出结果()
<%request.setattribute("count",new integer="" count="request.getAttribute("count")">

A.编译不通过
B.可以编译运行,输出0
C.编译通过,但运行时抛出ClassCastException
D.可以编译通过,但运行无输出