多項選擇題下面哪些會產(chǎn)生二維數(shù)組()

A.int a[][] = new int[][]
B.int a[10][10] = new int [][]
C.int [][]a = new int [10][10]
D.int a[][] = new int[10][10]


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題哪些配置文件是EJB必須用到的()

A.web.xml
B.weblogic-ejb-jar.xml
C.weblogic.xml
D.ejb-jar.xml
E.ejb.xml

2.單項選擇題哪個參數(shù)存儲過程用不到()

A.input
B.inout
C.in
D.out

3.單項選擇題通常使用哪種流,讀取圖片文件()

A.FileInputStream
B.FileReader
C.ObjectInputStream
D.DataInputStream

4.單項選擇題Http method中,能傳送大數(shù)據(jù)量的是()

A.get
B.delete
C.pat
D.head
E.post

5.單項選擇題JDBC中statement表示什么()

A.數(shù)據(jù)庫連接
B.向數(shù)據(jù)庫傳送SQL語句的對象
C.數(shù)據(jù)源