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

A.forward機制,響應信息完全由資源負責
B.forward機制的響應信息合并了資源的輸出信息
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"

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

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

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

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