单项选择题
A. public void valueUnbound(HttpSessionEvent ev){...}
B. public void sessionPassivated(HttpSessionEvent ev){...}
C. public void sessionDidActivate(HttpSessionEvent ev){...}
D. public void sessionWillPassivate(HttpSessionEvent ev){...}
多项选择题 Whichthe threearetrueaboutservletfilters?()
多项选择题 Assume session is an HttpSession, and is not referenced anywhere else in ServletA. Which two changes, taken together, ensure that value is equal to “Hello” on line 23? ()
单项选择题 Given the HttpServlet code: getServletContext().setAttribute(“foo”, “value”); What is the result?()