A. HttpRequest B. HttpServletRequest C. HttpServletResponse D. HttpPrintWriter
A. Model 2架构的视图是由HTML组成 B. Model 2架构中的模型无法通知视图状态已更新 C. MVC架构是基于请求/响应模型 D. MVC架构只能用于单机应用程序
A. getAttribute() B. setAttribute() C. deleteAttribute() D. removeAttribute()
A. getContextParameter() B. getParameter() C. getInitParameter() D. getAttribute()
A. 使用setMaxAge() B. 使用setMaxInactive() C. 使用setMaxInactiveInterval()
A. HttpSession B. URL重写 C. 隐藏字段 D. Cookie API
A. pageContext B. context C. application D. out
A. 0 B. True C. False D. 1
A. 2+4 B. 6 C. 24 D. 不会输出,因为表达式是错误的
A. getSession(null) B. getSession(true) C. getSession(false)