A.后綴
B.前綴
C.JSP
D.bean
您可能感興趣的試卷
你可能感興趣的試題
A.Filter
B.Listener
C.Response
D.Request
A. getParameterValues()
B. getParameter()
C. getParameterNames()
D. getAttribute()
A.Get
B.Post
C.Read
D.Input
A.init
B.service
C.doFilter
D.destroy
A.applet
B.servlet
C.application
D.exe文件
最新試題
Model是一個(gè)接口,ModelMap是一個(gè)接口實(shí)現(xiàn),作用是將model數(shù)據(jù)填充到()域。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
在SpringMVC中,不采用注解,設(shè)計(jì)控制器類需要實(shí)現(xiàn)()。
配置視圖解析器(ViewResolver)時(shí),<property name="prefix"value="/WEB-INF/jsp/"/>是設(shè)置視圖的()屬性。
MultipartFile接口的()方法用來判斷上傳的文件是否為空。
當(dāng)客戶端form表單的enctype屬性為()時(shí),瀏覽器就會(huì)采用二進(jìn)制流的方式來處理表單數(shù)據(jù),服務(wù)器端就會(huì)對(duì)文件上傳的請(qǐng)求進(jìn)行解析處理。
Tomcat、Jetty、JBoss和GlassFish默認(rèn)的Servlet名稱是()。
文件上傳時(shí),form表單的method屬性設(shè)置為()。
RESTful風(fēng)格在HTTP請(qǐng)求中,使用()表示添加操作。
組合注解()匹配PUT方式的請(qǐng)求。