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中,制作留言板通常使用下面哪個JSP內(nèi)置對象?()
使用request對象進行轉(zhuǎn)發(fā)時,使用的是()方法。
可用于服務(wù)器端向客戶端發(fā)送數(shù)據(jù)JSP內(nèi)置對象的是()
在JSP中,page指令的()屬性定義JSP頁面使用的腳本語言。
關(guān)閉自動提交模式的方法是()
在JSP中,page指令的()屬性通知瀏覽器用怎樣的編碼解析收到的字符。
servlet第一次被請求加載后,當(dāng)后續(xù)的客戶請求servlet對象時,下列哪個敘述是正確的?()
在JSP頁面中下列哪個動作標(biāo)記不能獨立使用?()
提交事物的方法是()
在JSP中使session無效的方法是()