摘要:
1.欲构造ArrayList类的一个实例,此类继承了List接口,下列哪个方法是正确的 ? B A、 ArrayList myList=new Object(); B、 List myList=new ArrayList(); C、 ArrayList myList=new List(); D、 L 阅读全文
摘要:
1.使用Java语言编写的源程序保存时的文件扩展名是( B )。 (A).class (B).java (C).cpp (D).txt 2.设int a=-2,则表达式a>>>3的值为( D )。 (A)0 (B)3 (C)8 (D)-1 3.设有数组的定义int[] a = new int[3], 阅读全文