网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
HttpServletRequest接口的( )方法用于创建会话
A、getSession()
B、getServletContext()
C、setSession();
D、putSession();
参考答案
更多 “ HttpServletRequest接口的( )方法用于创建会话A、getSession()B、getServletContext()C、setSession();D、putSession(); ” 相关考题
考题
下列哪个方法用于URL重写()
A、HttpServletResponse接口的rewriteURL()方法B、HttpServlet接口的rewriteURL()方法C、HttpServletRequest接口的encodeURL()方法D、HttpServletResponse接口的encodeURL()方法
考题
在J2EE中,对于在Servlet如何获得会话,描述正确的是()。
A.HttpServletRequest类的getSession方法有两个:带参数的getSession方法和不带参数的getSession方法B.在Servlet中,可以使用HttpSessionsession=newHttpSession()创建session对象C.如果HttpServletRequest类的getSession方法的参数为false,表示如果没有与当前的请求相联系的会话对象时,该方法返回nullD.如果HttpServletRequest类的getSession方法的参数为true,表示如果没有与当前的请求相联系的会话对象时,该方法返回null
考题
J2EE中,()类型的()方法用于得到会话。
A.HttpServletRequest、getSessionB.HttpServletResponse、newSessionC.HtttpSession、newInstanceD.HttpSession、getSession
考题
一个Servlet可以使用request对象调用什么方法获取用户的会话?()A.getSession()B.getAttribute()C.setAttribute()D.getParameter()
考题
以下哪个方法一定可以获取到代表当前会话的Session对象?()A.request.getSession();B.request.getSession(false);C.new HttpSession();D.HttpSession.newInstance(request);
考题
下列哪个接口或类检索与用户相关的会话对象()A.HttpServletResponseB.ServletConfigC.ServletContextD.HttpServletRequest
考题
下列选项中可以关闭会话的是__________________。A.调用HttpSession的close()方法B.调用HttpSession的invalidate()方法C.等待HttpSession超时D.调用HttpServletRequest的getSession(false)方法
考题
J2EE 中,()类的()方法用于创建对话。A.HttpServletRequest、getSessionB.HttpServletResponse、newSessionC.HtttpSession、newInstanceD.getSession
考题
1、J2EE 中,()类的()方法用于创建对话。A.HttpServletRequest、getSessionB.HttpServletResponse、newSessionC.HtttpSession、newInstanceD.HttpSession、getSession
热门标签
最新试卷