网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
下面关于pageContext对象说法中正确的是()
A、pageContext对象为JSP页面包装页面的上下文。
B、pageContext对象创建和初始化都是由容器来完成的
C、getRequest()方法返回当前的request对象
D、getSession()方法返回当前页面的session对象。
E、removeAttribute()方法用来删除默认页面范围或特定范围之中的已命名对象。
参考答案
更多 “ 下面关于pageContext对象说法中正确的是() A、pageContext对象为JSP页面包装页面的上下文。B、pageContext对象创建和初始化都是由容器来完成的C、getRequest()方法返回当前的request对象D、getSession()方法返回当前页面的session对象。E、removeAttribute()方法用来删除默认页面范围或特定范围之中的已命名对象。 ” 相关考题
考题
下面关于数据环境和数据环境中两个表之间关联的叙述中,正确的是( )。A)数据环境是对象,关系不是对象B)数据环境不是对象,关系是对象C)数据环境是对象,关系是数据环境中的对象D)数据环境和关系都不是对象
考题
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”);
考题
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)
考题
( 30 )下面关于数据环境和数据环境中两个表之间关联的陈述中,正确的是A )数 据环境是对象,关系不是对象B )数据环境不是对象,关系是对象C )数据环境是对象,关系是数据环境中的对象D )数据环境和 关系都不是对象
考题
在JSP页面中,保存数据的范围由小到大依次是 ()。A.pageContext,request,application,sessionB.pageContext,application,session,requestC.pageContext,request,session,applicationD.pageContext,session,request,application
考题
JSP内置对象不用声明直接可以使用,下面不属于JSP内置对象的是()。A.responseB.configC.cookieD.pageContext
热门标签
最新试卷