A.int []a[]=new int[10][10];
B.int a[][]=new int[][];
C.int [][]a=new int[10][10];
D.int a[][]=new int[10][10];
您可能感興趣的試卷
你可能感興趣的試題
A.byte
B.double
C.boolean
D.string
A.document.getElementById("divResult").color=red;
B.document.getElementById("divResult").style.color=#10011;
C.document.getElementById("divResult").color=“red”;
D.document.getElementById("divResult").style.color=“red“;
A.POST
B.GET
C.PUT
D.以上都是
A.select*from table where id in(1001 1002)
B.select*from product swhere id between 1001 and 1004
C.select*from table where id not in(1004 1005)
D.select*from table where id=1001 and vend_id=1002
A.CISDI
B.ImCISDI
C.CISDI_HELLO
D.CISDI%
最新試題
當(dāng)請求中的參數(shù)與控制器中的方法參數(shù)名不一致時(shí),可以采用()來建立聯(lián)系。
當(dāng)客戶端form表單的enctype屬性為()時(shí),瀏覽器就會(huì)采用二進(jìn)制流的方式來處理表單數(shù)據(jù),服務(wù)器端就會(huì)對文件上傳的請求進(jìn)行解析處理。
可以在()文件中進(jìn)行前端控制器的配置。
ModelAndView對象的()方法向模型對象中添加數(shù)據(jù)。
調(diào)用()組件對已經(jīng)綁定了請求消息數(shù)據(jù)的參數(shù)對象進(jìn)行數(shù)據(jù)合法性校驗(yàn)。
下列數(shù)據(jù)是合法的JSON數(shù)據(jù)的是()。
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當(dāng)著()的角色。
下列文件可能是SpringMVC的配置文件的是()。
$.ajax中,表示請求時(shí)攜帶的數(shù)據(jù)的是()。
文件上傳時(shí),form表單的method屬性設(shè)置為()。