资源预览内容
第1页 / 共16页
第2页 / 共16页
第3页 / 共16页
第4页 / 共16页
第5页 / 共16页
第6页 / 共16页
第7页 / 共16页
第8页 / 共16页
第9页 / 共16页
第10页 / 共16页
亲,该文档总共16页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述
Java编程思想(第四版)习题答案第二章 练习 1:public class PrimitiveTest 练习 2:public class HelloWorld 练习 3:public class ATNTest 练习 4:public class DataOnlyTest class DataOnly int i;double d;boolean b;void show() System、out、println(i);System、out、println(d);public static void main(String args) class ATypeName int i;double d;boolean b;void show() System、out、println(i); System、out、println(d);System、out、println(b);public static void main(String args) public static void main(String args) System、 out 、 println(Hello World!);static int i; static char c;public static void main(String args) System、out 、println(int = + i);System、out 、println(char = + c); ATypeName a = new ATypeName();a、 i = 3;a、 d = 2、71828;a、 b = false;a、show();System、out、println(b);DataOnly data = new DataOnly(); data、 i = 3;data、 d = 2、71828;# / 18data、 b = false; data、show();练习 5:public class DOTest2 练习 6:public class StorageTest 练习 7: class StaticTest static int i = 47;class StoreStuff int storage(String s) class DataOnly int i;double d; boolean b;void show() public static void main(String args) System、out、println(i); System、out、println(d);System、out、println(b);DataOnly data = new DataOnly();data、 i = 234;data、 d = 2、1234545;data、 b = true;data、show();public static void main(String args) return s、 length() * 2;StoreStuff x = new StoreStuff();System、out、println(x 、storage(hi);class Incrementable public class ITest 练习 8:class StaticTest class Incrementable public class OneStaticTest public static void main(String args) System、out、printin(StaticTest、i= + StaticTest i);迁终樹邬锾羆餾StaticTest st1 = new StaticTest();StaticTest st2 = new StaticTest();System、out、println(st1 、i= + st1、i);System、out、println(st2 、i= + st2、i);Incrementable、increment();System、out 、println(After Incrementable 、increment() called: );飩诤页鸦 锸缍税。System、out、println(st1 、i = + st1、i);System、out、println(st2 、i = + st2、i);Incrementable、increment();System、out 、println(After Incrementable 、increment called: );鉤躦憤鐮癤 點稳。System、out、println(st1 、i = + st1、i); System、out、println(st2 、i = + st2、i); st1、 i = 3;System、out 、println(After st1 、i = 3, );static void increment() StaticTest、 i+; static int i = 47;public static void main(String args) System、out、printin(StaticTest、i= + StaticTest i);痪櫚赉诙鹞赢镜。StaticTest st1 = new StaticTest();StaticTest st2 = new StaticTest();System、out、println(st1 、i= + st1、i);System、out、println(st2 、i= + st2、i);Incrementable sf = new Incrementable();sf、increment();System、out 、println(After sf 、increment() called: );塵綁躉純鯰鷙钬。System、out、println(st1 、i = + st1、i);System、out、println(st2 、i = + st2、i);Incrementable、increment();System、out 、println(After Incrementable 、increment called: );雋滨缍阵颖 鍵鉤。System、out、println(st1 、i = + st1、i);System、out、println(st2 、i = + st2、i);static void increment() StaticTest、 i+; System、out、println(st1 、i = + st1、i);System、out、println(st2 、i = + st2、i);System、out、println(Create another StaticTest, st3、”);时娈谑萦闞珲开。StaticTest st3 = new StaticTest();System、 out、 println(st3 、 i = + st3、 i);练习 9:public class AutoboxTest 练习 10: public class CommandArgTest public static void main(String args) boolean b = false;char c = x;byte t = 8;short s = 16;int i = 32;long l = 64;float f = 0、 32f;double d = 0、 64;Boolean B = b;System、out 、println(boolean b = + b); System、out 、println(Boolean B = + B); Character C = c;System、out 、println(char c = + c); System、out 、println(Character C = + C); Byte T = t;System、out 、println(byte t = + t);System、out 、println(Byte T = + T); Short S = s;System、out 、println(short s = + s);System、out 、println(Short S = + S); Integer I = i;System、out 、println(int i = + i);System、out 、println(Integer I = + I); Long L = l;System、out 、println(long l = + l); System、out 、println(Long L = + L); Float F = f;System、out 、println(float f = + f);System、out 、println(Float F = + F); Double D = d;System、out 、println(double d = + d); System、out 、println(Double D = + D); public static void main(String args) System、 out 、 println(args0 = + args0); System、out 、println(args1 = + args1); System、out 、println(args2 = + args2); 练习 11: public class Rainbow class AllTheColorsOfTheRainbow 练习 12: public class DocTest 练习 13-1:public class Documentation1 /* A field comment */ public int i;/* A method comment */ public void f() /* Entry poing to class & application 、* param args array of string arguments* throws exceptions No exceptions thrown*/public static void main(String args) System、 out 、 println(Hello, its: ); System、out 、println(new Date(); int an
收藏 下载该资源
网站客服QQ:2055934822
金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号