广元煌褂旅行社

當(dāng)前位置:

JAVA認(rèn)證考試專業(yè)語(yǔ)言模擬試題小測(cè)天天練3

發(fā)表時(shí)間:2015/6/8 11:32:53 來(lái)源:互聯(lián)網(wǎng) 點(diǎn)擊關(guān)注微信:關(guān)注中大網(wǎng)校微信
關(guān)注公眾號(hào)

Question: 14

Which one of the following arguments is the correct argument of the main() method?

A. char args[]

B. char args[][]

C. String arg[]

D. String args

Explanation:

The argument of the main() method is an array of String. Then only answer C is an array of String.

Correct Answer: C 14 of 60

Question: 15

Which one of the following is correct to create an array?

A. float f[][] = new float[6][6];

B. float []f[] = new float[6][6];

C. float f[][] = new float[][6];

D. float [][]f = new float[6][6];

E. float [][]f = new float[6][];

Explanation:

In Java the declaration format allows the square brackets to be at the left or right of the variable name. But the new float[][6] is illegal.

Correct Answer: A,B,D,E 15 of 60

Question: 16

Given the following expression: int m[] = {0, 1, 2, 3, 4, 5, 6 };

Which result of the following expressions equals to the number of the array elements?

A. m.length()

B. m.length

C. m.length()+1

D. m.length+1

Explanation:

The number of elements in an array is stored in the length attribute in the array object.

Correct Answer: B 16 of 60

Question: 17

Given the following command to run a correct class: java MyTest a b c

Which statements are true?

A. args[0] = MyTest a b c

B. args[0] = MyTest

C. args[0] = a

D. args[1]= 'b'

Explanation:

The three arguments a b c are stored in the args[] array of the main() method. Then args[0]= a, args[1]= b, args[2]= c.

Correct Answer: C 17 of 60

Question: 18

Given the following code:

public class Test{

long a[] = new long[10];

public static void main ( String arg[] ) {

System.out.println ( a[6] );

}

}

Which statement is true?

A. Output is null.

B. Output is 0.

C. When compile, some error will occur.

D. When running, some error will occur.

Explanation:

When an array is created the members of the array is initialized. In this case all the elements are initialized to be 0.

Correct Answer: B 18 of 60

編輯推薦:

JAVA認(rèn)證考試報(bào)考指南 / 更多JAVA考試模擬試題

(責(zé)任編輯:)

2頁(yè),當(dāng)前第1頁(yè)  第一頁(yè)  前一頁(yè)  下一頁(yè)
最近更新 考試動(dòng)態(tài) 更多>
鄱阳县| 武隆县| 威宁| 桐庐县| 许昌市| 宜昌市| 漳州市| 化州市| 滁州市| 古浪县| 慈利县| 霸州市| 银川市| 郎溪县| 柘荣县| 四川省| 富蕴县| 呼和浩特市| 古蔺县| 连山| 阜平县| 穆棱市| 伊川县| 汝南县| 武夷山市| 沾化县| 东阳市| 石景山区| 吴堡县| 柳州市| 宁海县| 南投县| 宁陵县| 靖州| 连平县| 曲沃县| 灵山县| 新和县| 河东区| 仪征市| 丰县|