A.doStartTag()
B.doEndTag()
C.以上都是
您可能感興趣的試卷
你可能感興趣的試題
A.SMTP
B.POP3
C.IMAP
D.MIME
A.Statement
B.Preparedstatement
C.CallStatement
D.以上三個(gè)都是
A.Request.getParameter(“ID”)
B.Reponse.getParameter(“ID”)
C.Request.getAttribute(“ID”)
D.Reponse.getAttribute(“ID”)
A、<%=a;%>
B、<%=a%>
C、<% =a;%>
D、<%a%>
A.Requestdispatcher
B.Responsedispatcher
C.Servletdispatcher
D.includedispatcher
最新試題
Model是一個(gè)接口,ModelMap是一個(gè)接口實(shí)現(xiàn),作用是將model數(shù)據(jù)填充到()域。
當(dāng)請(qǐng)求中的參數(shù)與控制器中的方法參數(shù)名不一致時(shí),可以采用()來(lái)建立聯(lián)系。
RESTful風(fēng)格在HTTP請(qǐng)求中,使用()表示添加操作。
@RequestMapping注解的默認(rèn)屬性是()。
在SpringMVC中,不采用注解,設(shè)計(jì)控制器類需要實(shí)現(xiàn)()。
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當(dāng)著()的角色。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
下列數(shù)據(jù)是合法的JSON數(shù)據(jù)的是()。
單個(gè)攔截器的執(zhí)行流程中,下列方法最先執(zhí)行的是()。
組合注解()匹配PUT方式的請(qǐng)求。