位置:首页 > 题库频道 > 其它分类 > 计算机其它 > 二级二级JAVA2013年全国计算机等级考试二级JAVA上机临考冲刺试卷(1)

下列选项中属于字符串常量的是(  )。

发布时间:2024-07-09

A.、abc、

B."abe"

C.[abc]

D.(abc)

试卷相关题目

  • 1下列程序的功能是统计字符串中“array”的个数,在程序的空白处应填入的正确选项是(  )。public class FindKeyWords(public static void main(sring[]args){sting text="An array is a data structur that stores a eollection of"+"values of the same type.You access each individu-al value"+"through an integer index.For example.if a is anarray"+"of inergers,then all]is the ith integer in the ar-ray.";Int arrayCount=0;Int idex=-l;Sting arrarStr="array":Index=text.indexof(arrayStr);While(index 0){++arrayCount:Index+=arrayStr.1ength();Index=text.indexof(arrayStr,index);}System.OUt.println("the text contains"+arrayCount+"arrays");}}

    A.<

    B.=

    C.<=

    D.>=

    开始考试点击查看答案
  • 2单击窗口内的按钮时,产生的事件是(  )。

    A.MouseEvent

    B.WindowEvent

    C.ActionEvent

    D.KeyEvent

    开始考试点击查看答案
  • 3下列叙述中,错误的是(  )。

    A.内部类的名称与定义它的类的名称可以相同

    B.内部类可用abstract修饰

    C.内部类可作为其他类的成员

    D.内部类可访问它所在类的成员

    开始考试点击查看答案
  • 4能向内部直接写入数据的流是(  )。

    A.FileOutputStream

    B.FileInputStream

    C.ByteArrayOutputStream

    D.ByteArraylnputStream

    开始考试点击查看答案
  • 5下列程序的输出结果是(  )。public class Test{public static void main(String[]args){int[]array=(2,4,6,8,lO);int size=6;int result =-1:try{for(int i=0;i(size 8L&amp;result= = -1;)if(array[i]= =20)result=i:}catch(ArithmeticException e){System.out.println("Catch- - -l");}catch(ArraylndexOutOfBoundsException e){System.out.println("Catch- - -2");}catch(Exception e){System.out.println("Catch- - -3");)}}

    A.Catch- - -1

    B.Catch- - -2

    C.Catch- - -3

    D.以上都不对

    开始考试点击查看答案
  • 6下列类中属于字节输入抽象类的是(  )。

    A.FileInputStream

    B.ObjectInputStream

    C.FiterInputStream

    D.InputStream

    开始考试点击查看答案
  • 7如果应用程序要在Applet上显示输出,则必须重写的方法是(  )。

    A.Graphics.drawstring()

    B.repaint()

    C.paint()

    D.update()

    开始考试点击查看答案
返回顶部