第一范文网 - 专业文章范例文档资料分享平台

java S1阶段测试(2)

来源:用户分享 时间:2021-06-02 本文由授之温存 分享 下载这篇文档 手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

JAVA 考试试卷(带答案) 高博java培训S1阶段考试试卷

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. SortedSetD. Collection 9、运行下列程序,其输出结果为何? class Base { int i; Base() { add(1); }

void add(int v) { i += v; }

void print() {

System.out.println(i); } }

class Extension extends Base { Extension() { add(2); }

void add(int v) { i += v*2; } }

public class Qd073 {

public static void main(String args[]) { bogo(new Extension()); }

static void bogo(Base b) { b.add(8); b.print(); } }

A. 9 B. 18 C. 20 D. 21 E. 22

搜索“diyifanwen.net”或“第一范文网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,第一范文网,提供最新人文社科java S1阶段测试(2)全文阅读和word下载服务。

java S1阶段测试(2).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/wenku/1196985.html(转载请注明文章来源)
热门推荐
Copyright © 2018-2022 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top