找考题网-背景图
多项选择题

A. HttpSession session = request.getSession();B. HttpSe……


Which three can be placed at line 23 to retrieve an existing HttpSession object?()



A. HttpSession session = request.getSession();
B. HttpSession session = request.getSession(id);
C. HttpSession session = request.getSession(true);
D. HttpSession session = request.getSession(false);
E. HttpSession session = request.getSession(“jsessionid”)

热门试题