移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

单选题

For debugging purposes, you need to record how many times a given JSP is invoked before the user’ssession has been created. The JSP’s destroy method stores this information to a database. Which JSPcode snippet keeps track of this count for the lifetime of the JSP page?()

发布日期:2020-04-10

For debugging purposes, you need to record how man...
A

<%! int count = 0; %><% if ( request.getSession(false) == null ) count++; %>

B

<%@ int count = 0; %>. <% if ( request.getSession(false) == null ) count++; %>

C

<% int count = 0;. if ( request.getSession(false) == null ) count++; %>

D

<%@ int count = 0;. if ( request.getSession(false) == null ) count++; %>

E

<%! int count = 0;. if ( request.getSession(false) == null ) count++; %>

题王网让考试变得更简单

扫码关注题王,更多免费功能准备上线!

此试题出现在

CMS专题

CMS专题

去刷题
热门试题热门资讯 相关试题

暂无相关推荐~