单选题下列()不是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()


参考解析

解析: 暂无解析

相关考题:

以下不是ASP对象的是()。 A、Request对象B、Response对象C、Http对象D、Application对象

下面哪个属于request对象的属性()。 A.request.servervariablesB.request.formC.request.totalbytesD.request.querystring

下列Request对象的方法中,可获取数据集合的有()。 A、FormB、QueryStringC、CookieD、Command

下面哪项不是request对象的方法() A、getAttribute(Stringstr)B、getCookies()C、getParameter(Stringstr)D、sendRedirect(Stringurl)

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

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

Request对象的主要方法:

在ASP中,Request对象所包含的方法是?()A.QueryStringB.CookiesC.ServerVariablesD.Form

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数据

Request对象和Response对象的区别是什么?它们有哪些主要的方法和属性?

从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对象的QueryString方法用来获取服务器端用Post方法传递的数据。

在删除页面中,利用Request对象的()方法获取当前记录的id值

写出下列Request对象的集合属性和方法所表示的含义。 1.BinaryRead 2.Cookies 3.Form 4.QueryString 5.ServerVariables 6.TotalBytes

在删除页面中,利用Request对象的回答()方法获取当前记录的id值。

在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()

Request对象

填空题在删除页面中,利用Request对象的回答()方法获取当前记录的id值。

单选题下面哪个方法不属于request对象()。AgetServerName()BgetServerInfo()CgetServletPath()DgetServerPort()

问答题Request对象和Response对象的区别是什么?它们有哪些主要的方法和属性?

单选题在J2EE中以下对Request.Dispatcher描述正确的是()。AJSP中有一个隐含的对象diapatcher,它的类型是Request.DispatcherBServletConfig有一个方法,getRequestDispatcher可以取回Request.Dispatche对象CRequest.Dispatche有一个方法,forward可以把请求继续传递给别的servlet或者JSP界面DJSP中有个隐含的默认对象request,它的类型是Request.Dispatchet

多选题在ASP中,Request对象所包含的方法是?()AQueryStringBCookiesCServerVariablesDForm

问答题写出下列Request对象的集合属性和方法所表示的含义。 1.BinaryRead 2.Cookies 3.Form 4.QueryString 5.ServerVariables 6.TotalBytes