单项选择题

下列哪个选项不是FilterInputStream的子类

A.CheckedInputStream
B.BufferedInputStream
C.PushbackInputStream
D.FileInputStream
<上一题 目录 下一题>
热门 试题

单项选择题
下列哪个程序段可能导致错误
A.String s="hello";
String t= "good";
String k=s+ t;
B.String s="hello";
String t;
t=s[3]+"one";
C.String s="hello";
String standard=s. toUpperCase
D.String s="hello";
String t =s+ "good"
单项选择题
下列哪个类是由编译器自动生成对象的特殊类,并用于类操作
A.System类
B.Class类
C.Thread类
D.Object类
相关试题
  • 在下列程序的划线处应填入的语句是class P...
  • 下列程序的输出结果是public class fff ...
  • 给出下列的代码,则以下哪个选项返回true ...
  • 下列关于变量的叙述哪个是错的
  • 链表不具有的特点是