单项选择题
AWT中用来表示颜色的类是
A.Font
B.Color
C.Panel
D.Dialog
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
在方法内部使用,代表对当前对象自身引用的关键字是
A.super
B.This
C.Super
D.this
点击查看答案&解析
单项选择题
阅读下面代码 public class Person { static int arr[]=new int[10]; public static void main(String args) { System.out.println(arr[9]); } } 该代码的运行结果是
A.编译时将产生错误
B.编译时正确,运行时将产生错误
C.输出零
D.输出空
点击查看答案&解析
相关试题
阅读下面代码 class InterestTest __...
阅读下面利用递归来求n!的程序 class Fa...
阅读下面程序 public class VariableUse...
下列叙述中正确的是
grid[9][5]描述的是