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

當前位置:

java認證模擬試題及答案1

發(fā)表時間:2015/9/10 10:52:38 來源:互聯(lián)網(wǎng) 點擊關(guān)注微信:關(guān)注中大網(wǎng)校微信
關(guān)注公眾號

Java 2 TEST

Question: 1

Given the following code:

class Test{

private int m;

public static void fun() {

// some code...

}

}

How can the member variable m be accessible directly in the method fun()?

A. change private int m to protected int m

B. change private int m to public int m

C. change private int m to static int m

D. change private int m to int m

Explanation:

If the variable m is changed to be a static variable it can be accessible in the method fun() for this method is a static member method.

Correct Answer: C 1 of 60

Question: 2

Which methods are correct overloading methods of the following method:

public void example(){...}

A. public void example( int m){...}

B. public int example(){...}

C. public void example2(){...}

D. public int example ( int m, float f){...}

Explanation:

The overloading methods must have the same names. If only the return type of the methods are different it is sufficient tell the methods from each other. The arguments of the methods must be different enough to determine which method to call.

Correct Answer: A,D 2 of 60

Question: 3

中國公務(wù)2004-5-27 22:14:08

Given the following fragment of code:

public class Base{

int w, x, y ,z;

public Base(int a,int b){

x=a; y=b;

}

public Base(int a, int b, int c, int d){

// assignment x=a, y=b

w=d;

z=c;

}

}

Which expressions can be used at the point of // assignment x=a, y=b?

A. Base(a,b);

B. x=a, y=b;

C. x=a; y=b;

D. this(a,b);

Explanation:

In the second constructor, the call this(a,b) passes control the version of the constructor that takes two int arguments.

Correct Answer: C,D 3 of 60

編輯推薦

JAVA認證考試報考指南 / 更多JAVA考試資料

(責(zé)任編輯:zyc)

2頁,當前第1頁  第一頁  前一頁  下一頁
最近更新 考試動態(tài) 更多>
武鸣县| 台中县| 清丰县| 兴宁市| 西宁市| 城口县| 齐河县| 桂林市| 永丰县| 交城县| 若尔盖县| 安溪县| 绵阳市| 潞西市| 绥芬河市| 温泉县| 宝坻区| 广德县| 永兴县| 禹州市| 平安县| 伊宁市| 西宁市| 广河县| 潞城市| 元朗区| 西和县| 聂拉木县| 普宁市| 满洲里市| 靖远县| 凤山县| 藁城市| 佛冈县| 监利县| 麻江县| 万载县| 达孜县| 师宗县| 县级市| 彝良县|