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 errorPage="true"%〉
B.〈%@ page isErrorPage="true"%〉
C.〈%@ page extends="javax.servlet.jsp.JspErrorPage"%〉
D.〈%@ page info="error"%〉
A.HttpServlet是一個抽象類
B.HttpServlet類擴展了GenericServlet類
C.HttpServlet類的子類必須至少重寫service方法
D.HttpServlet位于javax.servlet.http包中
A.init
B.service
C.doFilter
D.destroy
A.sendURL()
B.redirectURL()
C.sendRedirect()
D.redirectResponse()
在JAVAEE中,test.jsp文件中有如下一行代碼:
〈jsp:useBean id="user" scope="_____" type="com.UserBean"/〉
要使user對象中一直存在于對話中,直至其終止或被刪除為止,下劃線中應(yīng)填入()。
A.page
B.request
C.session
D.application
最新試題
在Vue Router中,哪個屬性用于定義路由的路徑()
在Reactor中,哪個概念是處理生產(chǎn)者和消費者處理數(shù)據(jù)能力不對等問題的關(guān)鍵()
Spring WebFlux模塊構(gòu)建在什么之上()
RBAC模型中的"Who"代表什么()
Vue Router中的全局前置守衛(wèi)是使用哪個方法注冊的()
Jjwt類庫主要用于什么()
Spring Security是一個什么的安全框架()
在Reactor中,哪個操作符用于將每個元素映射到一個新值()
Vue Router支持哪種模式來構(gòu)建應(yīng)用()
在Vue Router中,哪個函數(shù)用于獲取當(dāng)前路由對象的信息()