题目内容

Servlet有哪三大域对象?

A. ServletContext、HttpSession、HttpServletRequest
B. ServletConfig、HttpSession、HttpServletRequest
C. ServletContext、HttpSession、HttpServletResponse
D. ServletConfig、HttpSession、ServletResponse

查看答案
更多问题

Servlet三大域对象中作用域范围最大的是哪个域对象?

A. ServletRequest
B. HttpServletContext
C. ServletContext
D. HttpSession

Servlet三大域对象中哪个对象是在一次请求链中有效

A. HttpServletRequest
B. HttpSession
C. ServletContext
D. HttpServletResponse

在一个JSP页面中单击超链接转向另一个页面,HttpServletRequest域对象会失效!

A. 对
B. 错

客户端浏览器关闭后HttpSession作用域对象中的数据依然有效。

A. 对
B. 错

答案查题题库