单选题下列()不是request对象的方法。AaddHeader(Stringname,Stringvalue)BgetSession(Booleancreate)CsetAttrihute(Stringname,java.lang.Objecto)DisSecure()
单选题
下列()不是request对象的方法。
A
addHeader(Stringname,Stringvalue)
B
getSession(Booleancreate)
C
setAttrihute(Stringname,java.lang.Objecto)
D
isSecure()
参考解析
解析:
暂无解析
相关考题:
下面哪个属于request对象的属性()。 A.request.servervariablesB.request.formC.request.totalbytesD.request.querystring
下面哪项不是request对象的方法() A、getAttribute(Stringstr)B、getCookies()C、getParameter(Stringstr)D、sendRedirect(Stringurl)
从HTTP请求中,获得请求参数,应该调用() A.request对象的getAttribute()方法B.request对象的getParameter()方法C.session对象的getAttribute()方法D.session对象的getParameter()方法
ASP提供的两个可用来存储变量的内建对象是______。A.Request对象和Application对象B.Session对象和Request对象C.Session对象和Application对象D.Session对象和Cookie对象
以下说法正确的是:()A、通过POST方法提交form表单后,在View函数中可以通过request.POST获取到数据B、通过GET方法提交后,在View函数中可以通过request.GET获取到数据C、request.GET和request.POST是类字典对象,可以使用for遍历数据D、可以通过request.body获取到rawPOST数据
从HTTP请求中,获得请求参数,应该调用()A、request对象的getAttribute()方法B、request对象的getParameter()方法C、session对象的getAttribute()方法D、session对象的getParameter()方法
使用request对象进行重定向时,使用的是()方法。 A、gertRequestDispatcher();B、forword()C、sendRedirect()D、setRequestDispatcher();
.NET类库,很多能装载磁盘文件的类都是凭物理文件夹路径来装载文件的,因此 在WEB页的程序代码中常常使用()把虚拟路径映到物理路径。A、Server对象的MapPath方法B、Server对象的Transfer方法C、Request对象的FilePath属性D、Request对象的Url属性
写出下列Request对象的集合属性和方法所表示的含义。 1.BinaryRead 2.Cookies 3.Form 4.QueryString 5.ServerVariables 6.TotalBytes
在J2EE中以下对Request.Dispatcher描述正确的是()。A、JSP中有一个隐含的对象diapatcher,它的类型是Request.DispatcherB、ServletConfig有一个方法,getRequestDispatcher可以取回Request.Dispatche对象C、Request.Dispatche有一个方法,forward可以把请求继续传递给别的servlet或者JSP界面D、JSP中有个隐含的默认对象request,它的类型是Request.Dispatchet
下列()不是request对象的方法。A、addHeader(Stringname,Stringvalue)B、getSession(Booleancreate)C、setAttrihute(Stringname,java.lang.Objecto)D、isSecure()
单选题在J2EE中以下对Request.Dispatcher描述正确的是()。AJSP中有一个隐含的对象diapatcher,它的类型是Request.DispatcherBServletConfig有一个方法,getRequestDispatcher可以取回Request.Dispatche对象CRequest.Dispatche有一个方法,forward可以把请求继续传递给别的servlet或者JSP界面DJSP中有个隐含的默认对象request,它的类型是Request.Dispatchet
问答题写出下列Request对象的集合属性和方法所表示的含义。 1.BinaryRead 2.Cookies 3.Form 4.QueryString 5.ServerVariables 6.TotalBytes