9月计算机二级Java练习题

发布于 2019-06-05 11:26  编辑:simi
0
计算机等级考试题库 扫码微信刷题


二级Java练习题.jpg


20199月计算机等级考试即将开始,别再为不知怎么准备、怎么做计算机等级考试题库而担心啦!今天就跟着小编来一起看看二级Java练习题,取得理想的成绩吧!


1.下列选项成员变量声明正确的是()

A.publicprotectedfinalinti;

B.abstractclassFl{}

C.privatedoubleheight;

D.doubleweight()

答案:C

 

2.下面程序段的输出结果是()

classTest{

publicstaticvoidmain(Stringargs[]){

MyThreadt=newMyThread();

t.displayOutput("thasbeencreateD");

t.start();

}

}

ClassMyThreadextendsThread{

publicvoiddisplayOutput(Strings){

System.out.println(s);

}

publicvoidrun(){

displayOutput("tisrunning.");

}

}

A.thasbeencreated.

B.thasbeencreated.tisrunning.

C.tisrunning.

D.编译出错

答案:B

 

3.执行下列程序时,会产生什么异常()

publicclassTest{

publicstaticvoidmain(Stringargs[]){

intd=101;

intb=220

longa=321;

System.OUt.println((a-b)/(a-b-d));

}

}

A.ArraylndexOutOfBoundsException

B.NumberFormatException

C.ArithmeticException

D.EOFExeeption

答案:C

 

4.下面程序段的输出结果为()

publicclassTest

{

publicstaticvoidmain(Stringargs[])

{

booleanabC;

a=(3<5)

b=(a==true);

System.out.println("a="+a+"b="+b);

c=(b==false);

System.out.println("b="+b+"c="+c);

}

}

A.a=trueb=false

b=truec=true

B.fl=trueb=false

b=truec=false

C.a=trueb=true

b=truec=false

D.a=falseb=false

b=truec=false

答案:C

 

5.下面程序段的输出结果是()

publicclassTest{

publicstaticvoidmain(Stringargs[]){

intab;

for(a=1b=1;a<=100;a++){

if(b>=10)break;

if(b%2==1){

b+=2

continue;

}

}

System.OUt.println(a);

}

}

A.5

B.6

C.7

D.101

答案:B

 

6.栈中允许进行插入和删除的一端称为()

A.栈顶

B.栈底

C.栈端

D.栈尾

答案:A

 

7.下面程序段的输出结果是()

publicclassTest{

publicstaticvoidmain(Stringargs[]){

inti=1

switch(i){

case0

System.OUt.println("0");

break;

casel

System.out.println("1");

case2

System.OUt.println("2");

break;

default

System.out.println("default");

}

}

}

A.01

B.12

C.10

D.21

答案:B

 

8.Frame默认的布局管理器是()

A.FlowLayout

B.BorderLayout

C.GridLayout

D.UpLayout

答案:B

 

39.Java语言中,ObjectOutputStream是指()

A.字节流

B.字符流

C.对象输出流

D.数据流

答案:C

 

10.请阅读下列程序代码,然后将程序的执行结果补充完整。横线处应填写的内容是()

程序代码:

publicclassthrowsExeeption{

staticvoidProc(intsel)

throwsArithmeticExceptionArrayIndexOutOf

BoundsException{

System.out.println("InSituation"+sel);

if(sel==0){

System.OUt.println("noExceptioncaught");

return;

}

elseif(sel==l){

intiArray[]=newint[4];

iArray[1]=3;

}

}

publicstaticvoidmain(Stringargs[]){

try{

Proe(O);

Proc(1);

}

catch(ArrayIndexOutOfBoundsExceptione){

System.out.println("Catch"+e);

}

finally{

System.out.println("inProcfinally")

}

}

}

执行结果:

InSituation0

noExceptioncaught

inProcfinally

A.InSituationl

B.InSituation

C.withCatch

D.intiArrayl

答案:A



复习二级Java练习题是要有坐稳“冷板凳”的毅力。只有不畏艰苦,勇于拼搏的人才能在学习上闯出一片天。当我们心中有一个明确的目标——做好计算机等级考试题库,凭着不屈的斗志,不懈地努力,就没有什么可以难倒我们,我们一定会到达理想的彼岸,一定会通过考试的。




文章推荐:

全国计算机等级考试可以不考一级直接考二级吗?

2019年全国计算机等级考试题库“二级MS Office 高级应用考试大纲”

全国计算机等级考试报考成功后可以退费吗?(内附计算机等级考试题库)


温馨提示:

考试想拿高分吗?更多计算机等级考试题库二级ms office试题请点击查看>>>二级ms office

想要了解更多的计算机等级考试题库请点击下载>>>计算机等级考试题库

想知道更多关于计算机等级考试题库的近期资讯吗?点击进入>>>计算机等级考试题库资讯



本文网址:http://www.k51.com.cn/info/jsjdjks/1906/0553397.html
选择分享到: