当前位置: 答题翼 > 问答 > 计算机类考试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关
问题

YouarebuildingaFrontControllerusingaJSPpageandyouneedtodetermineiftheuser’ssessionhasNOTbeencreatedyetandperformsomespecialprocessingforthiscase.Whichscriptletcodesnippetwillperformthistest?()


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}%>

参考答案
您可能感兴趣的试题
    暂无相关推荐