网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
13、request对象对应的类型是java.servlet.http.HttpServletRequest
参考答案和解析
javax.servlet.http.HttpServletRequest
更多 “13、request对象对应的类型是java.servlet.http.HttpServletRequest” 相关考题
考题
下面哪个属于request对象的属性()。
A.request.servervariablesB.request.formC.request.totalbytesD.request.querystring
考题
Request对象和Response对象都有Cookies集合。Request对象的Cookies集合用来获得客户端是否有Cookie,Response对象的Cookies集合用来向客户端设置Cookie值。()
此题为判断题(对,错)。
考题
Given:10.publicvoidservice(ServletRequestrequest,11.ServletResponseresponse){12.ServletInputStreamsis=13.//insertcodehere14.}Whichretrievesthebinaryinputstreamonline13?()
A.request.getWriter();B.request.getReader();C.request.getInputStream();D.request.getResourceAsStream();
考题
从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对象
考题
从HTTP请求中,获得请求参数,应该调用()A、request对象的getAttribute()方法B、request对象的getParameter()方法C、session对象的getAttribute()方法D、session对象的getParameter()方法
考题
在J2EE中以下对Request.Dispatcher描述正确的是()。A、JSP中有一个隐含的对象diapatcher,它的类型是Request.DispatcherB、ServletConfig有一个方法,getRequestDispatcher可以取回Request.Dispatche对象C、Request.Dispatche有一个方法,forward可以把请求继续传递给别的servlet或者JSP界面D、JSP中有个隐含的默认对象request,它的类型是Request.Dispatchet
考题
在Java EE中,以下对RequestDispatcher描述正确的是()。A、JSP中有个隐含的对象dispatcher,它的类型是RequestDispatcherB、ServletConfig有一个方法:getRequestDispatcher可以返回RequestDipatcher对象C、RequestDipatcher有一个方法:forward可以把请求继续传递给别的Servlet或者JSP界面D、JSP中有个隐含的默认对象request,它的类型是RequestDipatcher
考题
以下有关JSP内置对象的说法错误的是()。A、request对象可以得到请求中的参数B、session对象可以保存用户信息C、application对象可以被多个应用共享D、作用域范围从小到达是request、session、application
考题
Given: 10.public void service(ServletRequest request, 11.ServletResponse response) { 12.ServletInputStream sis = 13.// insert code here 14.} Which retrieves the binary input stream on line 13?()A、request.getWriter();B、request.getReader();C、request.getInputStream();D、request.getResourceAsStream();
考题
单选题在J2EE中以下对Request.Dispatcher描述正确的是()。A
JSP中有一个隐含的对象diapatcher,它的类型是Request.DispatcherB
ServletConfig有一个方法,getRequestDispatcher可以取回Request.Dispatche对象C
Request.Dispatche有一个方法,forward可以把请求继续传递给别的servlet或者JSP界面D
JSP中有个隐含的默认对象request,它的类型是Request.Dispatchet
考题
单选题Which retrieves the binary input stream on line 13?()A
request.get Writer ():B
request.get Reader ():C
request.get Input Stream():D
request.get Resource As Stream():E
request.get Resource As Stream (Servlet Request. REQUEST):
考题
单选题下面关于JSP作用域对象的说法错误的是()A
request对象可以得到请求中的参数B
session对象可以保存用户信息C
application对象可以被多个应用共享D
作用域范围从小到达是request、session、application
考题
填空题Request.Form和Request.QueryString对应的是FORM提交时的两种不同提交方法:()方法和()方法。
热门标签
最新试卷