下面选项中,HttpServletRequest定义了用于获取Session对象的方法是()
(多选)
A: req.getSession()
B: req.getSession(false)
C: req.getSession(true)
D: req.createSession()
(多选)
A: req.getSession()
B: req.getSession(false)
C: req.getSession(true)
D: req.createSession()
举一反三
- 下面选项中,HttpServletRequest定义了用于获取Session对象的方法是( ) A: req.getSession(false) B: req.getSession(true) C: req.createSession() D: req.getSession()
- J2EE 中,()类型的( )方法用于得到会话 A: HttpServletRequest、getSession B: HttpServletResponse、newSession C: HtttpSession、newInstance D: HttpSession、getSession
- 下面哪个方法不属于Servlet接口 A: init(ServletConfig config) B: destroy() C: getServletInfo() D: service(ServletRequest req, ServletResponse res) E: doGet(HttpServletRequest req, HttpServletResponse res)
- 获取用户的会话对象session,可以通过response对象的getSession()方法来实现
- SqlSessionFactory 是通过什么方法生成SqlSession的? A: openSession B: createSession C: buildSession D: getSession