单项选择题

以下属于java. io包中的非流类的是( )。

A.File类
B.Reader
C.InputStream
D.FileNameFilter
<上一题 目录 下一题>
热门 试题

单项选择题
给出下面的代码,则以下( )选项返回true。 String s= hello ; String t= hello ; Char c[]={'h','e','l','l','o'};
A.equals ( ;
B.equals ( ;
C.s==t;
D.t==c;
单项选择题
下列语句中错误的是( )。
A.int a[][]=new int[2][];
B.int a[][]=new int[][];
C.int a[][]=new int[2][3];
D.int[][] a=new int[3][2];
相关试题
  • 下面程序段的输出结果是( )。 public ...
  • 程序流程图(PFD)中的箭头代表的是( )。
  • 在下列选项中,属于Java语言的代码安全检测...
  • 下列叙述中正确的是( )。
  • 在下列选项中,哪个不是一个算法一般应该具...