A.session.isNew()
B.session.getCreationTime()
C.session.invalidate()
D.session.getMaxInactiveInterval()
您可能感興趣的試卷
你可能感興趣的試題
A.session.getID()
B.session.setName()
C.session.getAttribute()
D.session.setAttribute()
A.request.getRequestDispatcher(“index.jsp”).forward()
B.response.sendRedirect(“index.jsp”)
C.request.getParameterValues(“name”)
D.response.setContentType(“text/html;charset=gbk”)
A.request.getServerName()
B.request.getRemoteAddr()
C.request.getServletPath()
D.request.getRemoteHost()
A.request.getServerName()
B.request.getRemoteAddr()
C.request.getServerPort()
D.request.getRemoteHost()
A.request.setContentType()
B.request.setCharacterEncoding()
C.request.setPageCoding()
D.request.setCharset()
最新試題
在JSP中,page指令的()屬性確定JSP響應的MIME類型。
在JSP中獲取session對象的ID方法是()
在JSP頁面中動態(tài)包含一個文件動作標記是()
為了豐富JSP頁面的圖形化布局,可以使用下面哪個JSP標準動作把一個圖像導入到JSP頁面中?()
可用于同一用戶訪問一個WEB服務目錄的不同網(wǎng)頁之間的實現(xiàn)數(shù)據(jù)共享的JSP內(nèi)置對象的是()
在JSP中,page指令的()屬性定義JSP頁面使用的腳本語言。
回滾事務的方法是()
在JSP頁面中靜態(tài)嵌入一個文件指令是()
用于存儲數(shù)據(jù)庫查詢結(jié)果集的對象的對象是()
include指令的作用是把JSP文件、HTML網(wǎng)頁或其它的()嵌入到當前的JSP頁面中。