单项选择题
所有字节输出流都( )。
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
点击查看答案&解析
相关试题
设有下列两个类的定义,则类Person和类Man...
已知如下代码: switch(m) case 0:...
下列程序的功能是在监控台上每隔一秒钟显示...
下列对队列的叙述中正确的是( )。
不属于java.io包中的接口的是( )。