多項選擇題用serlvet實現(xiàn)請求調(diào)度時,include機制和forward機制區(qū)別在于()。

A.forward機制,響應(yīng)信息完全由資源負責
B.forward機制的響應(yīng)信息合并了資源的輸出信息
C.forward機制靜態(tài)資源返回速度比include機制快
D.forward機制靜態(tài)資源返回速度比include機制快慢


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題用什么方法可以從一個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

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

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