单项选择题下列( )不是nio包的新特点。
单项选择题以下程序段的输出结果为( )。 int j=2 switch (j){ Case 2: system.out.print( two. ): Case 2+1: System.out.println( three. ); break: default: System.out.println (“value is”+j): Break }