A.response.forward B.request.include C.response.sendRedirect D.request.setAttribute
A.getParameter B.getProtocol C.getContentType D.getAttribute
A.綁定到HttpSession對象上的屬性在應(yīng)用程序的生存期內(nèi)總是有效的 B.會話屬性是特定用戶的專用數(shù)據(jù),同時訪問WEB應(yīng)用的其他用戶無法訪問這些屬性 C.使用HttpSession對象的addAttribute方法添加會話屬性 D.使用HttpSession對象的removeAttributeNames方法刪除會話屬性