下面代码运行的结果是ArrayList al = new ArrayList();al.add(true);al.add(123);al.add("abc");System.out.println(al);
答:编译失败
继续答题:下一题
更多JAVA程序设计试题
- 1给出下列程序,正确的输出是?class A {public static void main(String[] a) {int x = 5, y = 6;x += y--;y &= x;System.out.println("x="+ x + "\ty="+ y);}}
- 2文件输出流的构造方法是public FileOutputStream(String name,Boolean append)throws FileNotFoundException,当参数append的值为true时,表示( )
- 3下列关于数组最值的描述中,错误的是
- 4下列连接字符实现与SQL?Server数据库的连接,()是不正确的
- 5下列哪个变量声明是错误的?
- 6数据库的删除语句是?