A.float foo =-1
B.float foo =1.0
C.float foo =2.02f
D.float foo =42e1
您可能感興趣的試卷
你可能感興趣的試題
A.s.length()
B.s.length
C.len(s)
D.s.charAt()
A.List
B.ArrayList
C.Set
D.java.util.Map
A.put()
B.add()
C.get()
D.remove()
A.add()
B.put()
C.remove()
D.get()
A.isEmpty()
B.clear()
C.hasNext()
D.remove()
最新試題
在SpringMVC中,不采用注解,設(shè)計(jì)控制器類需要實(shí)現(xiàn)()。
可以在()文件中進(jìn)行前端控制器的配置。
ViewResolver解析后,會(huì)向()中返回具體的View(視圖)。
調(diào)用()組件對(duì)已經(jīng)綁定了請(qǐng)求消息數(shù)據(jù)的參數(shù)對(duì)象進(jìn)行數(shù)據(jù)合法性校驗(yàn)。
ModelAndView對(duì)象的()方法向模型對(duì)象中添加數(shù)據(jù)。
@Controller注解類型用于指示Spring類的實(shí)例是一個(gè)()。
配置前端控制器時(shí)<load-on-startup>1</load-on-startup>表示()。
配置視圖解析器(ViewResolver)時(shí),<property name="prefix"value="/WEB-INF/jsp/"/>是設(shè)置視圖的()屬性。
$.ajax中,表示請(qǐng)求時(shí)攜帶的數(shù)據(jù)的是()。
將請(qǐng)求消息數(shù)據(jù)與后臺(tái)方法參數(shù)建立連接的過程就是SpringMVC中的()。