You are building a Front Controller using a JSP page and you need to determine if the user’s session hasNOT been created yet and perform some special processing for this case. Which scriptlet code snippet willperform this test?()

A . <% if ( request.getSession(false) == null ) {// special processing} %> B . <% if ( request.getHttpSession(false) == null ) {// special processing} %> C . <% if ( requestObject.getSession(false) == null ) { // special processing} %> D . <% if ( requestObject.getHttpSession(false) == null ) { // special processing} %&gt

时间:2022-11-05 02:51:25 所属题库:SCWCD(310-083)题库

相似题目

推荐题目