單項選擇題()設(shè)定Cookie的有效期限。

A.使用setMaxAge()
B.使用setMaxInactive()
C.使用setMaxInactiveInterval()


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題ServletContext定義與屬性相關(guān)的方法是哪三個()。

A.getAttribute()
B.setAttribute()
C.deleteAttribute()
D.removeAttribute()

2.單項選擇題如果要取得ServletContext初始參數(shù),則可以執(zhí)行()方法。

A.getContextParameter()
B.getParameter()
C.getInitParameter()
D.getAttribute()

4.多項選擇題哪幾個方法是定義在HttpServletRequest中,而非由ServletRequet中繼承而來()。

A.getMethod()
B.getHeader()
C.getParameter()
D.getCookies()

5.多項選擇題哪幾個程序代碼可以取得password請求參數(shù)的值()。

A.request.getParameter("password")
B.request.getParameters("password")[0]
C.request.getParameterValues("password")[0]
D.request.getRequestParameter("password")