單項選擇題以下哪條語句能夠將session中的屬性key刪除?()

A.session.unbind("key");
B.session.remove("key");
C.session.removeAttribute("key");
D.session.unbindAttribute("key");


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題下面關于配置web默認頁面index.html的說法中,正確的是()。

A.<welcome-file-list><welcome-files>index.html</welcome-files></welcome-file-list>
B.<welcome-file-lists><welcome-file>index.html</welcome-file></welcome-file-lists>
C.<welcome-file-list><welcome-file>index.html</welcome-file></welcome-file-list>
D.<welcome-file-lists><welcome-files>index.html</welcome-files></welcome-file-lists>

3.單項選擇題關于HTTP請求中的GET和POST方法下面敘述正確的是()。

A.GET方法提交數(shù)據(jù)會將所有數(shù)據(jù)顯示在URL地址的后面
B.POST方法提交數(shù)據(jù)會將所有數(shù)據(jù)顯示在URL地址的后面
C.GET方法提交數(shù)據(jù)更安全
D.使用POST方法提交漢字數(shù)據(jù)不會亂碼

4.單項選擇題下面JSP標簽中,具有轉發(fā)功能的是()。

A.<jsp:include>
B.<jsp:forward>
C.<jsp:param>
D.<jsp:redirect>