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是一個(gè)抽象類
B.HttpServlet類擴(kuò)展了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中,哪個(gè)屬性用于定義路由的路徑()
在Spring中,哪個(gè)注解用于從請求中獲取請求參數(shù)()
在Vue Router中,哪個(gè)函數(shù)用于在運(yùn)行時(shí)導(dǎo)航到指定路由()
Spring WebFlux與Spring MVC的主要區(qū)別是什么()
響應(yīng)式Spring Data模塊需要在項(xiàng)目的構(gòu)建文件中引入哪個(gè)依賴()
以下哪個(gè)不是URI的組成部分()
在Spring Security中,哪個(gè)注解用于設(shè)置權(quán)限()
在Spring Security中,哪個(gè)接口用于獲取用戶信息()
在Vue Router中,哪個(gè)函數(shù)用于獲取當(dāng)前路由對象的信息()
在Reactor中,哪個(gè)操作符用于將每個(gè)元素映射到一個(gè)新值()