A.publicintmethod(inti)
B.protectedmethod(inti)
C.publicstaticmethod(Strings)
D.protectedstaticvoidmethod(Integeri)
您可能感興趣的試卷
你可能感興趣的試題
A.g(3,2)
B.f(3)
C.a1.f(4)
D.a1.g(2,5)
A.implements
B.class
C.extends
D.interface
A.public
B.private
C.protected
D.default
A.8
B.9
C.7
D.6
A.char str[];
B.char str[][];
C.string str[]=newstring[10];
D.string str[10];
最新試題
配置視圖解析器(ViewResolver)時(shí),<property name="prefix"value="/WEB-INF/jsp/"/>是設(shè)置視圖的()屬性。
下列文件可能是SpringMVC的配置文件的是()。
簡(jiǎn)單來(lái)說(shuō),RESTful風(fēng)格就是把請(qǐng)求參數(shù)變成()的一種風(fēng)格。
自定義數(shù)據(jù)綁定可以采用Converter或Formatter,兩者的區(qū)別下列說(shuō)法正確的是()。
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當(dāng)著()的角色。
當(dāng)有多個(gè)攔截器同時(shí)工作時(shí),它們的preHandle()會(huì)按照配置文件中攔截器的(),而它們的postHandle()方法和afterCompletion()方法則會(huì)按照()。
配置前端控制器時(shí),<url-pattern>/</url-pattern>表示()。
org.springframeword.web.filter.CharacterEncodingFilter可以用來(lái)解決()問(wèn)題。
ModelAndView對(duì)象的()方法向模型對(duì)象中添加數(shù)據(jù)。
可以在()文件中進(jìn)行前端控制器的配置。