2022年极客营营考试题目.docx
《2022年极客营营考试题目.docx》由会员分享,可在线阅读,更多相关《2022年极客营营考试题目.docx(13页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、精选学习资料 - - - - - - - - - 极客营九营第三周考试100 分单项挑选题 15 题,每题 2 分,共 30 分:1. 在 Java中, 类可用于创建链表数据结构的对象 A:LinkedList B:ArrayList C:Collection D:HashMap 2.Java中,以下 接口以键 _值对的方式储备对象 A:java.util.Collection 3. Java 中的集合类包括 ArrayList、LinkedList、HashMap 等类,以下关于集合类描述错误的选 项是 ;A:ArrayList 和 LinkedList 均实现了 List 接口 B:Arr
2、ayList 的拜访速度比 LinkedList 快 C:添加和删除元素时,ArrayList 的表现更佳 D:HashMap 实现 Map 接口,它答应任何类型的键和值对象,并答应将 null 用作键或值 4.Java语言中,负责并发治理的机制是A:垃圾回收 B:虚拟机 C:代码安全 D:多线程5. 欲构造 ArrayList 类的一个实例,以下哪个方法是正确的 A:ArrayList myList=new Object ;B:List myList=new ArrayList;C:ArrayList myList=new List;D:List myList=new List;6. Giv
3、en: class person int addvalueint a,int b int s; s=a+b; return s; class child extends person 名师归纳总结 - - - - - - -第 1 页,共 7 页精选学习资料 - - - - - - - - - 假设要在 child 类中对 addvalue 方法进行重写,下面对于 述哪个是正确的:A:int addvalueint I,int j B:void addvalue C:void addvaluedouble i D:int addvalueint a child 类中的 addvalue 方法头
4、的描7.在使用 super 和 this 关键字时,以下描述正确的选项是A:在子类构造方法中使用 super显示调用父类的构造方法,super必需写在子类构 造方法的第一行,否就编译不通过B:super和 this 不肯定要放在构造方法内第一行 C:this和 super可以同时显现在一个构造函数中 D:this和 super可以在 static 环境中使用,包括 static 方法和 static 语句块8. 以下关于 final 关键字说法错误的选项是A:final 是 java 中的修饰符,可以修饰类、接口、抽象类、方法和属性 B:final 修饰的类确定不能被继承 C:final 修饰
5、的方法不能被重写 D:final 修饰的变量不答应被再次赋值9.以下代码运行输出是public class Person private String name=”Person ” ;int age=0; public class Child extends Person public String grade; public static void mainString args Person p = new Child; System.out.printlnp.name; A:输出: Person B:没有输出 C:编译出错 D:运行出错10.下以下程序的运行结果是class Person
6、 public Person System.out.print ln “this is a Person”; 名师归纳总结 - - - - - - -第 2 页,共 7 页精选学习资料 - - - - - - - - - public class Teacher extends Person private String name=”tom” ;public Teacher System.out.println“this is a teacher”;super; public static void mainString args Teacher teacher = new Teacher;
7、System.out.printlnthis.name; A:this is a Person this is a teacher tom B:this is a teacher this is a Person tom C:运行出错 D:编译有两处错误11. 下面关于变量及其范畴的陈述哪些是错的; A:对象变量是类的成员变量;B:对象变量用关键字 static 声明;C:在方法中定义的局部变量在该方法被执行时创建 D:局部变量在使用前必需被初始化;12. 以下哪个表达式是不合法的A:String x=”Hello ”; int y=9; x+=y; B:String x=”Hello ”;
8、int y=9; ifx=y C:String x=”Hello ”; int y=9; x=x+y; D:String x=null; boolean y=x.=null&x.length0 13.以下代码中,将引起一个编译错误的行是 ;1public class Test 2 int m,n; 3 public Test 4 public Testint a m=a; 5 public static void mainString args 6 Test t1,t2; 7 int j,k; 8 j=0;k=0; 9 t1=new Test; 10 t2=new Testj,k; 11 12
9、 A:第 3 行 B:第 5 行 C:第 6 行名师归纳总结 - - - - - - -第 3 页,共 7 页精选学习资料 - - - - - - - - - D:第 10 行14.以下哪个类声明是正确的? ;A:abstract final class HI.B:abstract private move. C:protected private number; D:public abstract class Car.15. Given: public class Test public static void stringReplaceString text text=text.repla
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022 年极客营营 考试 题目
限制150内