单项选择题
Java语言的API文档是( )。
A.Java归档工具
B.Java状态序列化文件
C.Java源代码
D.编程工具
点击查看答案
<上一题
目录
下一题>
热门
试题
单项选择题
下列代码的执行结果是( )。 public class Test{ public int aMethod( ){ static int i=0; 1++; System.out.println(i): } public static void main (String args[]){ Trest test=new Test ( ); test aMethod( ): } }
A.编译错误
B.0
C.1
D.运行成功,但不输出
点击查看答案
单项选择题
下列字符常量表示正确的是( )。
A.’s’
B.s
C.(’s)
D.\s
点击查看答案
相关试题
J2ME中的Profile定义应用系统的( )特性...
对象串行化定制分为( )两个层次。