A.init() B.destroy() C.doPost() D.execute()
A.request.getSession().setAttribute(“name”,"newer") B.request.getSession().getAttribute(“ID”,id); C.request.getSession().setParameter(“ID”,id); D.request.getSession().getParameter(“ID”,id)
A.Servlet容器負責創(chuàng)建HttpSession對象 B.每個HttpSession對象都有惟一的ID C.HttpSession的數據保存在客戶端 D.對客戶端每次請求服務器都會創(chuàng)建HttpSession對象