單項選擇題web.xml中的設(shè)定單位是()。

A.時
B.分
C.秒
D.毫秒


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題在瀏覽器禁用Cookie的情況下,()機制仍可以用于會話管理。

A.HttpSession
B.URL重寫
C.隱藏字段
D.Cookie API

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

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

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

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

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

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