<img src="https://img.ppkao.com/2018-07/luke/2018073111574557664.jpg" /><br /> Which three can be placed at line 23 to retrieve an existing HttpSession object?()<p> <img src="https://img.ppkao.com/2018-07/luke/2018073111574557664.jpg" /><br /> Which three can be placed at line 23 to retrieve an existing HttpSession object?()</p>
A、A. HttpSession session = request.getSession();
B、B. HttpSession session = request.getSession(id);
C、C. HttpSession session = request.getSession(true);
D、D. HttpSession session = request.getSession(false);
E、E. HttpSession session = request.getSession(“jsessionid”)