网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
下面哪项不是request对象的方法()

A、getAttribute(Stringstr)

B、getCookies()

C、getParameter(Stringstr)

D、sendRedirect(Stringurl)


参考答案

更多 “ 下面哪项不是request对象的方法() A、getAttribute(Stringstr)B、getCookies()C、getParameter(Stringstr)D、sendRedirect(Stringurl) ” 相关考题
考题 下面哪个属于request对象的属性()。 A.request.servervariablesB.request.formC.request.totalbytesD.request.querystring

考题 下面哪项不是out对象的方法() A、invalidate()B、newLine()C、flush()D、close()

考题 下面哪个方法不属于request对象()。A、getServerName()B、getServerInfo()C、getServletPath()D、getServerPort()

考题 从HTTP请求中,获得请求参数,应该调用() A.request对象的getAttribute()方法B.request对象的getParameter()方法C.session对象的getAttribute()方法D.session对象的getParameter()方法

考题 下面那个方法能够读取给定HttpServletRequest request对象中的所有Cookie()A.request.getCookies()B.request.getAttributes()C.request.getSession ().getCookies()D.request.getSession (). GetAttributes()

考题 下面选项中,当存在Session对象直接返回,否则返回null的方法是()A.request.getSession();B.request.getSession(true);C.request.getSession(false);D.response.getSession();

考题 在request对象的方法中,用来得到请求的URL地址的方法是()。A.requestgetServletPath()B.request.getRequestURI()C.request.getQueryString()D.request.getRemoteAddr()

考题 下面关于JSP对象作用域说法错误的是哪项() ?A.request可以得到请求的参数B.session可以保存用户的信息C.application对象为多个应用所共享D.作用域从小到大排列是request,session,application

考题 下面哪个方法能够读取给定HttpServletRequest request对象中所有的Cookie()A.request.getCookies():Cookie[]B.request.getAttribute()C.request.getSession().getCookies()D.request.getSession().getAttributes()