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()
A.getRequestDispatcher()
B.forward()
C.sendRedirect()
D.setRequestDispatcher()
最新試題
在JSP中獲取session最長的“發(fā)呆”時間的方法是()
下列request和response內(nèi)置對象的使用不正確的是()
JSP頁面是以()為擴展名進行保存。
在JSP頁面中下列哪個動作標(biāo)記不能單獨使用,只能作為子標(biāo)記使用?()
假設(shè)WEB服務(wù)目錄mymoon,star是mymoon的一個目錄,JSP頁面a.jsp保存在star中,a.jsp準(zhǔn)備請求一個servlet,該servlet的包名是tom.jiafei。下列哪個敘述是正確的?()
關(guān)閉自動提交模式的方法是()
用于向數(shù)據(jù)庫發(fā)送要執(zhí)行的SQL語句的對象是()
在JSP中,page指令的()屬性確定JSP響應(yīng)的MIME類型。
在JSP中,page指令的()屬性定義JSP頁面使用的編碼。
include指令的作用是把JSP文件、HTML網(wǎng)頁或其它的()嵌入到當(dāng)前的JSP頁面中。