单项选择题

所有字节输出流都( )。

A.实现Serializable接口
B.实现ObjectOutput接口
C.继承自Reader抽象类
D.继承自OutputStream类
<上一题 目录 下一题>
热门 试题

单项选择题
下面程序的输出为( )。 public class Test public static void main (String args[]) int x,y; x=1; y=2; System.out.println( The output is +x+y);
A.The output is xy
B.The output is 3
C.The output is 12
D.The output is x=1 y=2
单项选择题
定义类中成员变量时,不可能用到的修饰符是( )。
A.final
B.void
C.proteeted
D.static
相关试题
  • 线程调用了sleep()方法后,该线程将进入...
  • 在Java语言的所有方法中,比较特殊的方法是...
  • 在AWT包中,创建一个具有10行、45列的...
  • Applet生命周期包括Applet的创建、 【15...
  • 顺序执行下面两个语句的输出结果为 【11...