A.String[]a
B.Stringa[]
C.chara[20][]
D.Stringa[]=newString[20]
您可能感興趣的試卷
你可能感興趣的試題
A.byte
B.short
C.int
D.float
A.staticvoidmethod()
B.publicvoidmethod()
C.finalvoidmethod()
D.abstractvoidmethod()
A.publicfloataMethod(floata,floatb,floatc){}
B.publicfloataMethod(floatc,floatd){}
C.publicfloataMethod(inta,intb){}
D.publicfloataMethod(inta,intb,intc){}
下列語句執(zhí)行后下列語句執(zhí)行后下列語句執(zhí)行后下列語句執(zhí)行后i的值是的值是的值是的值是()
?inti=2;?do{i*=i;}while(i<16);
A.4
B.8
C.16
D.3
A.for語句
B.while語句
C.switch語句
D.do—while語句
最新試題
當請求中的參數(shù)與控制器中的方法參數(shù)名不一致時,可以采用()來建立聯(lián)系。
在SpringMVC中,不采用注解,設計控制器類需要實現(xiàn)()。
配置前端控制器時,<url-pattern>/</url-pattern>表示()。
$.ajax中,表示請求時攜帶的數(shù)據(jù)的是()。
單個攔截器的執(zhí)行流程中,下列方法最先執(zhí)行的是()。
下列是正確的JSON對象結構數(shù)據(jù)的是()。
自定義數(shù)據(jù)綁定可以采用Converter或Formatter,兩者的區(qū)別下列說法正確的是()。
當有多個攔截器同時工作時,它們的preHandle()會按照配置文件中攔截器的(),而它們的postHandle()方法和afterCompletion()方法則會按照()。
@Controller注解類型用于指示Spring類的實例是一個()。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。