單項選擇題()攔截請求和響應(yīng),以便查看、提取正在客戶機和服務(wù)器之間交換數(shù)據(jù)。

A.listener
B.servlet
C.Filter
D.action


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題JSP頁面的腳本元素用來嵌入()代碼。

A.java
B.HTML
C.php
D.XML

2.單項選擇題下面()是框架。

A.JSP
B.Struts標簽庫
C.HQL查詢
D.DWR

3.單項選擇題下面有關(guān)Servlet中service()方法說法不正確的是()

A.在init()方法正確執(zhí)行完成后,service()將被容器調(diào)用
B.容器調(diào)用service()方法來處理客戶端的請求
C.service()中有用于接受客戶端請求信息的ServletResponse對象和用戶對客戶端進行相的ServletRequest對象
D.Servlet對象通過ServletRequest獲取客戶端的相關(guān)信息和請求信息

4.單項選擇題下面哪個方法不是HttpServlet類:()

A.protected void doGet(HttpServletRequest reg,HttpServletResponse res) throws Servlet Exception ,java.io.IOException
B.protected void doPost(HttpServletRequest reg,HttpServletResponse res) throws Servlet Exception,java.io.IOException
C.protected void doHead(HttpServletRequest reg,HttpServletResponse res) throws Servlet Exception,java.io.IOException
D.protected void doReceive(HttpServletRequest reg,HttpServletResponse res) throws ServletException,java.io.IOException

5.單項選擇題下面JSP內(nèi)置對象的作用范圍最大的是()

A.page
B.Application
C.Session
D.Request