A.listener
B.servlet
C.Filter
D.action
您可能感興趣的試卷
你可能感興趣的試題
A.java
B.HTML
C.php
D.XML
A.JSP
B.Struts標簽庫
C.HQL查詢
D.DWR
A.在init()方法正確執(zhí)行完成后,service()將被容器調(diào)用
B.容器調(diào)用service()方法來處理客戶端的請求
C.service()中有用于接受客戶端請求信息的ServletResponse對象和用戶對客戶端進行相的ServletRequest對象
D.Servlet對象通過ServletRequest獲取客戶端的相關(guān)信息和請求信息
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
最新試題
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。
自定義數(shù)據(jù)綁定可以采用Converter或Formatter,兩者的區(qū)別下列說法正確的是()。
簡單來說,RESTful風(fēng)格就是把請求參數(shù)變成()的一種風(fēng)格。
文件解析器類CommonsMultipartResolver的()屬性表示上傳文件的最大長度。
ModelAndView對象的()方法向模型對象中添加數(shù)據(jù)。
SpringMVC數(shù)據(jù)綁定的過程中,ServletRequest接收受的信息直接給()。
@RequestMapping注解的默認屬性是()。
ViewResolver解析后,會向()中返回具體的View(視圖)。
下列數(shù)據(jù)是合法的JSON數(shù)據(jù)的是()。
MultipartFile接口的()方法用來判斷上傳的文件是否為空。