当前位置:在线题库搜索>[单选题]在Servlet里,能正确获取session的语句是(A)。的答案是什么?

问题:

[单选题]在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);

参考答案: A