J2EE中,HttpServletRequest类的()方法用返回与当前请求相关联的会话,如果没有,则返回null。
A:getSession(null)
B:getSession(true)
C:getSession(false)
出自:计算机科学