A.listener
B.servlet
C.Filter
D.action
您可能感興趣的試卷
你可能感興趣的試題
A.java
B.HTML
C.php
D.XML
A.JSP
B.Struts標(biāo)簽庫
C.HQL查詢
D.DWR
A.在init()方法正確執(zhí)行完成后,service()將被容器調(diào)用
B.容器調(diào)用service()方法來處理客戶端的請(qǐng)求
C.service()中有用于接受客戶端請(qǐng)求信息的ServletResponse對(duì)象和用戶對(duì)客戶端進(jìn)行相的ServletRequest對(duì)象
D.Servlet對(duì)象通過ServletRequest獲取客戶端的相關(guān)信息和請(qǐng)求信息
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
A.page
B.Application
C.Session
D.Request
![](https://static.ppkao.com/ppmg/img/appqrcode.png)
最新試題
SpringMVC處理方法的返回類型()主要在異步請(qǐng)求時(shí)使用,它只返回?cái)?shù)據(jù),而不會(huì)跳轉(zhuǎn)視圖。
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當(dāng)著()的角色。
將請(qǐng)求消息數(shù)據(jù)與后臺(tái)方法參數(shù)建立連接的過程就是SpringMVC中的()。
配置前端控制器時(shí),<url-pattern>/</url-pattern>表示()。
文件上傳時(shí),form表單的method屬性設(shè)置為()。
在批量刪除用戶的操作中,前端請(qǐng)求傳遞的都是()的用戶id,只要在后臺(tái)使用同一種數(shù)組類型的參數(shù)綁定接收,就可以在方法中通過循環(huán)數(shù)組參數(shù)的方式來完成刪除操作。
自定義數(shù)據(jù)綁定可以采用Converter或Formatter,兩者的區(qū)別下列說法正確的是()。
文件解析器類CommonsMultipartResolver的()屬性表示上傳文件的最大長度。
單個(gè)攔截器的執(zhí)行流程中,下列方法最先執(zhí)行的是()。
調(diào)用()組件對(duì)已經(jīng)綁定了請(qǐng)求消息數(shù)據(jù)的參數(shù)對(duì)象進(jìn)行數(shù)據(jù)合法性校驗(yàn)。