网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
● ASP 提供的 (45) 对象可以向浏览器输出信息。
(45)
A. Request
B. Response
C. Session
D. Cookie
参考答案
更多 “ ● ASP 提供的 (45) 对象可以向浏览器输出信息。(45)A. RequestB. ResponseC. SessionD. Cookie ” 相关考题
考题
● ASP 内置对象中, (28 )获取客户端通过浏览器向服务器发送的信息。(28 )A .Request 对象 B .Response 对象C .Session 对象 D .Application 对象
考题
GivenanHttpServletRequestrequestandanHttpServletResponseresponse:41.HttpSessionsession=null;42.//insertcodehere43.if(session==null){44.//dosomethingifsessiondoesnotexist45.}else{46.//dosomethingifsessionexists47.}Toimplementthedesignintent,whichstatementmustbeinsertedatline42?()A.session=response.getSession();B.session=request.getSession();C.session=request.getSession(true);D.session=request.getSession(false);E.session=request.getSession(jsessionid);
考题
ASP提供的两个可用来存储变量的内建对象是______。A.Request对象和Application对象B.Session对象和Request对象C.Session对象和Application对象D.Session对象和Cookie对象
考题
Given an HttpServletRequest request and an HttpServletResponse response: 41.HttpSession session = null; 42.// insert code here 43.if(session == null) { 44.// do something if session does not exist 45.} else { 46.// do something if session exists47. } To implement the design intent,which statement must be inserted at line 42?()A、session = response.getSession();B、session = request.getSession();C、session = request.getSession(true);D、session = request.getSession(false);E、session = request.getSession("jsessionid");
考题
判断题Request对象、response对象、Server对象、Session对象、Application对象、ObjectContext对象是目前ASP提供的内建对象。A
对B
错
热门标签
最新试卷