更多java基础知识试题
- 1用于判断一个对象类型的关键字是( )
- 2以下代码输出结果为:public class Main { public static void main(String args[]) { String x = null; giveMeAString(x); System.out.println(x); } static void giveMeAString(String y) { y = "RUNOOB"; } }
- 3下面关于 PreparedStatement 的说法错误的是( )
- 4实现 Runnable 接口,必须重写 Runnable 的哪个方法?
- 5以下哪个循环将在一个单独的行中显示此数组中的所有数字 :