GivenanHttpServletRequestrequestandanHttpServletResponseresponse:41.HttpSessionsession=nul
GivenanHttpServletRequestrequestandanHttpServletResponseresponse:41.HttpSessionsession=null;42.//insertcodehere43.if(session==null){44.//dosomethingifsessiondoesnotexist45.}else{46.//dosomethingifsessionexists47.}Toimplementthedesignintent,whichstatementmustbeinsertedatline42?()
A、session=response.getSession();
B、session=request.getSession();
C、session=request.getSession(true);
D、session=request.getSession(false);
E、session=request.getSession("jsessionid");