注意:此页面搜索的是所有试题
在Servlet里,能正确获取session的语句是(A)。
a) HttpSession session = request.getSession(true);
b) HttpSession session = request.getHttpSession(true);
c) HttpSession session = response.getSession(true);
d) HttpSession session = response. getHttpSession (true);

参考答案