教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 精品文档 > 实用模板 >

Java练习题1(有答案)(13)

来源:网络收集 时间:2026-01-29
导读: 3、 When executing System.out.println(a2), the toString() method in the Object class is invoked. 4、 When executing System.out.println(a1), the toString() method in the A class is invoked. 答案 3 4

3、 When executing System.out.println(a2), the toString() method in the Object class is invoked.

4、 When executing System.out.println(a1), the toString() method in the A class is invoked.

答案 3 4 第 128题 What is the output of the following code: public class Test {

public static void main(String[] args) { Object o1 = new Object(); Object o2 = new Object();

System.out.print((o1 == o2) + \ } }

1、 false false 2、 true true

3、 false true 4、 true false 答案 1 第 129题 What is the output of the following code: public class Test {

public static void main(String[] args) {

String s1 = new String(\ String s2 = new String(\

System.out.print((s1 == s2) + \ } }

1、 false false 2、 true true 3、 false true

4、 true false 答案 3 第 130题 Analyze the following code. //

Program

1:

public class Test {

public static void main(String[] args) { Object a1 = new A(); Object a2 = new A();

System.out.println(a1.equals(a2)); } } class A { int x; public boolean equals(Object a) { return this.x == ((A)a)x; } } //

Program

2:

public class Test {

public static void main(String[] args) { Object a1 = new A(); Object a2 = new A();

System.out.println(a1.equals(a2)); } } class A { int x; public boolean equals(A a) { return this.x == a.x; } }

1、 Program 1 displays true and Program 2 displays true 2、 Program 1 displays false and Program 2 displays true 3、 Program 1 displays true and Program 2 displays false 4、 Program 1 displays false and Program 2

displays false 答案 3 第 131题 Analyze the following code. //

Program

1:

public class Test {

public static void main(String[] args) { Object a1 = new A();

Object a2 = new A();

System.out.println(a1.equals(a2)); } } class A { int x; public boolean equals(A a) { return this.x == a.x; } } //

Program

2:

public class Test {

public static void main(String[] args) { A a1 = new A(); A a2 = new A();

System.out.println(a1.equals(a2)); } } class A { int x; public boolean equals(A a) { return this.x == a.x; } }

1、 Program 1 displays true and Program 2 displays true 2、 Program 1 displays false and Program 2 displays true 3、 Program 1 displays true and Program 2 displays false 4、 Program 1 displays false and Program 2 displays false 答案 2 第 132题 Analyze the following code. //

Program

1

public class Test {

public static void main(String[] args) { Object a1 = new A(); Object a2 = new A();

System.out.println(((A)a1).equals((A)a2));

…… 此处隐藏:354字,全部文档内容请下载后查看。喜欢就下载吧 ……
Java练习题1(有答案)(13).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/wendang/521351.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)