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

當(dāng)前位置:

JAVA認(rèn)證《專業(yè)語(yǔ)言》五道經(jīng)典JAVA模擬題

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

module 1 – getting started

q1.what will happen when you compile and run the following code?

(4)

public class myclass{

static int i;

public static void main(string argv[]){

system.out.println(i);

}

}

1) error variable i may not have been initialized

2) null

3) 1

4) 0

q2.which of the following will compile without error (2)(3)

1)

import java.awt.*;

package mypackage;

class myclass {}

2)

package mypackage;

import java.awt.*;

class myclass{}

3)

/*this is a comment */

package mypackage;

import java.awt.*;

class myclass{}

q3.what will happen if you try to compile and run the following code (1)

public class myclass {

public static void main(string arguments[]) {

amethod(arguments);

}

public void amethod(string[] arguments) {

system.out.println(arguments);

system.out.println(arguments[1]);

}

}

1) error can't make static reference to void amethod.

2) error method main not correct

3) error array must include parameter

4) amethod must be declared with string

q4.given the following code(2)

public class sytch{

int x=2000;

public static void main(string argv[]){

system.out.println("ms "+argv[1]+"please pay $"+x);

}

what will happen if you attempt to compile and run this code with the command line

java sytch jones diggle

1) compilation and output of ms diggle please pay $2000

2) compile time error

3) compilation and output of ms jones please pay $2000

4) compilation but runtime error

q5.you have a public class called myclass with the main method defined as follows(4)

public static void main(string parm[]){

system.out.println(parm[0]);

}

if you attempt to compile the class and run the program as follows

java myclass hello

what will happen?

1) compile time error, main is not correctly defined

2) run time error, main is not correctly defined

3) compilation and output of java

4) compilation and output of hello

編輯推薦:

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

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

2頁(yè),當(dāng)前第1頁(yè)  第一頁(yè)  前一頁(yè)  下一頁(yè)
最近更新 考試動(dòng)態(tài) 更多>
灌南县| 库车县| 凤翔县| 永清县| 河津市| 山东省| 奉化市| 日喀则市| 邓州市| 顺昌县| 敦化市| 榆社县| 弥渡县| 浮梁县| 乌海市| 吉首市| 石柱| 阜宁县| 柯坪县| 板桥市| 满城县| 道真| 双鸭山市| 延寿县| 信丰县| 新丰县| 阳泉市| 乌兰察布市| 康马县| 江阴市| 大田县| 穆棱市| 安龙县| 乐山市| 巩义市| 方山县| 梁平县| 明溪县| 吴川市| 德昌县| 榆树市|