S1阶段测试.doc

  1. 1、本文档共8页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
S1阶段测试

一.选择题(每题2分,共40分) 1、给定下列代码:  if(x4){  System.out.println(Test 1); }else if (x9){  System.out.println(Test 2); }else {  System.out.println(Test 3); }  要使输出为Test 2,则x的范围是:  A.x4 B.x4 C.x9 D.不存在 2、main()方法的返回类型是? A. int B. void C. Boolean D. static E. Object 3、运行下列程序,输出为何? public class Qd803 { public static void main(String args[]) { String word = restructure; System.out.println(word.substring(2, 3)); } } A.est B.es C.str D.st E.s 4、代码System.out.println(+11+1); 的输出结果是: A.(空) B.11 C.12 D.111 5、十进制数16的16进制表示格式是____。 A、0x10 B、0x16 C、0xA D、016 6、对于垃圾回收机制(Garbage Collection)的说明,下面哪个叙述是正确的? A. 程序开发者必须编写线程来负责对内存空间的释放。 B. 垃圾回收机制会检查并释放那些不再需要使用的内存空间。 C. 垃圾回收机制允许程序开发者直接立即释放内存空间。 D. 垃圾回收机制可设定在预期的时间内释放被Java对象所使用的内存空间。 7、 有一个类(class)如下: 1. class Test { 2. void test(int i) { 3. System.out.println(“I am an int.”); 4. } 5. void test(String s) { 6. System.out.println(“I am a string.”); 7. }    8.    9. public static void main(String args[]) { 10. Test t=new Test(); 11. char ch=y; 12. t.test(ch); 13. } 14. } 针对上述Test类,以下的叙述句中,哪个是正确的? A. Line 5 will not compile, because void methods cannot be overridden. B. Line 12 will not compile, because there is no version of test() that takes a char argument. C. The code will compile but will throw an exception at line 12. D. The code will compile and produce the following output: I am an int. E. The code will compile and produce the following output: I am a String. 8、若要写出一个能将一组键(Key)与一组值(Value)结合的类,下述所列的接口(interface),哪个是最适用的? A. Map B. Set C. SortedSet D. Collection 9、运行下列程序,其输出结果为何? class Base { int i; Base() { add(1); } void add

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档