單項選擇題用什么方法可以從一個HTTP會話中獲得對象?()

A.getAttribute method of javax.servlet.Session
B.getAttribute method of javax.servlet.http.HttpSession
C.getAttribute method of javax.servlet.http.Session
D.getAttribute method of javax.servlet.HttpSession


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題用下面哪一種類型定義可以聲明隱藏域?()

A.type="hide"
B.type="text"
C.type="password"
D.type="hidden"
E.type="file"

2.單項選擇題()用于聲明當前頁為error頁?

A.<%@ page errorPage="true" %>
B.<%@ page info="error" %>
C.<%@ page pageEndcoding="error" %>
D.<%@ page isErrorPage="true" %>

4.多項選擇題隱藏字段方式有哪些缺陷?()

A.不安全,隱藏字段可以被偽造
B.數據在客戶端和服務器間傳送,增加了網絡負載
C.需要自己編程來支持模版框架
D.隱藏字段方式靠動態(tài)生成表單來維護會話,但不需要表單而是超鏈接時,會不方便