单项选择题

下列选项中,( )是FilterInputStream类构造方法的有效参数。

A.无参数
B.OutputStream对象
C.InputStream对象
D.RandomAccessFile对象
<上一题 目录 下一题>
热门 试题

单项选择题
J2SE1.4中提供了java.nio包,该包支持的特点有( )。
A.文件锁定
B.字符及编码、非阻塞I/O
C.内存映射技术
D.以上特点都正确
单项选择题
下面程序段的输出结果是( )。 public class Test { public static void main (String[] args) { int n=10; do { System.out.println( n is +n); }while(--n>10); } }
A.n is 8
B.没有输出
C.n is 10
D.n is 9
相关试题
  • StringBuffer类的默认构造方法为字符串分配...
  • 显示图像使用的是Graphics类中的 【14】...
  • Java中,用于开发分布式的企业级的大型应用...
  • 若x=5,y=10,则x>y&&x++=y--...
  • 自定义异常类都是 【9】 及其子集,除了...