A.System.In
B.System.Out
C.InputStream
D.OutputStream
您可能感興趣的試卷
你可能感興趣的試題
A.length()
B.size()
C.get(int index)
D.add(Object obj)
A.getLast()
B.getFirst()
C.remove (int index)
D.next()
A.LinkedList
B.ArrayList
C.hashSet
D.TreeSet
A.hasMoreElements()
B.nextElement()
C.next()
D.hashNext()
A.HashMap
B.TreeSet
C.Properties
D.TreeMap
最新試題
@RequestMapping注解的默認(rèn)屬性是()。
配置前端控制器時,<url-pattern>/</url-pattern>表示()。
ModelAndView對象的()方法向模型對象中添加數(shù)據(jù)。
下列是正確的JSON對象結(jié)構(gòu)數(shù)據(jù)的是()。
簡單來說,RESTful風(fēng)格就是把請求參數(shù)變成()的一種風(fēng)格。
將請求消息數(shù)據(jù)與后臺方法參數(shù)建立連接的過程就是SpringMVC中的()。
MultipartFile接口的()方法用來判斷上傳的文件是否為空。
調(diào)用()組件對已經(jīng)綁定了請求消息數(shù)據(jù)的參數(shù)對象進(jìn)行數(shù)據(jù)合法性校驗。
文件上傳時,form表單的method屬性設(shè)置為()。
當(dāng)請求中的參數(shù)與控制器中的方法參數(shù)名不一致時,可以采用()來建立聯(lián)系。