下面哪项不是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()