常州酌乒文化传播有限公司

當(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) 更多>
温泉县| 辽阳县| 昌吉市| 嘉善县| 定州市| 左贡县| 项城市| 突泉县| 稻城县| 诏安县| 兴海县| 小金县| 屏东市| 洪湖市| 永昌县| 尚义县| 德惠市| 仙桃市| 雅江县| 永顺县| 阳江市| 高唐县| 安仁县| 梅州市| 石城县| 栾川县| 香河县| 阿巴嘎旗| 新密市| 山阴县| 图片| 商南县| 平远县| 无极县| 贺兰县| 蒙阴县| 万山特区| 张家口市| 永春县| 星子县| 光泽县|