网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
YouarebuildingaFrontControllerusingaJSPpageandyouneedtodetermineiftheuser’ssessionhasNOTbeencreatedyetandperformsomespecialprocessingforthiscase.Whichscriptletcodesnippetwillperformthistest?()

A.<%if(request.getSession(false)==null){//specialprocessing}%>

B.<%if(request.getHttpSession(false)==null){//specialprocessing}%>

C.<%if(requestObject.getSession(false)==null){//specialprocessing}%>

D.<%if(requestObject.getHttpSession(false)==null){//specialprocessing}%>


参考答案

更多 “ YouarebuildingaFrontControllerusingaJSPpageandyouneedtodetermineiftheuser’ssessionhasNOTbeencreatedyetandperformsomespecialprocessingforthiscase.Whichscriptletcodesnippetwillperformthistest?() A.%if(request.getSession(false)==null){//specialprocessing}%B.%if(request.getHttpSession(false)==null){//specialprocessing}%C.%if(requestObject.getSession(false)==null){//specialprocessing}%D.%if(requestObject.getHttpSession(false)==null){//specialprocessing}% ” 相关考题