單項(xiàng)選擇題
A.2+3 B.5 C.23 D.不會(huì)輸出,因?yàn)楸磉_(dá)式是錯(cuò)誤的
A.HttpSession session = request.getSession(true); B.HttpSession session = request.getHttpSession(true); C.HttpSession session = response.getSession(true); D.HttpSession session = response. getHttpSession (true);
A. page B. include C. taglib D. forward
A.session.invalidate(); B.session.close(); C.session.destroy(); D.session.end();
A. time() B. setMaxInactiveInterval() C. maxTime() D. invalidate()
在web.xml中,有如下代碼,代碼定義了默認(rèn)的會(huì)話超時(shí)時(shí)長,時(shí)長為30()
A.毫秒 B.秒 C.分鐘 D..小時(shí)
A.100 B.201 C.400 D.404
A.extendsB.importC.langugeD.contentType
A.URL重寫 B.使用application C.使用Cookie D.使用session
A.sendURL() B.redirectURL() C.sendRedirect() D.redirectResponse()
A.Microsoft B.Adobe C.Sun D.Macromedia