MonkeyCoderXu/Java-3
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
简介:
《Core Java》学习手册
参考:
《Core Java Volumn I》
注意:
不包括书中有关图形程序设计的部分,当然也不包括Java applet
说明:
Part2(Java程序设计环境,已完成)
|
|----- Welcome(Just Welcome)
Part3(Java的基本程序设计结构,已完成)
|
|----- FirstSample(Not a 'Hello World' haha)
|
|----- InputTest(输入测试)
|
|----- Retirement(while循环)
|
|----- Retirement2(do...while...循环)
|
|----- LotteryOdds(for循环)
|
|----- BigIntegerTest(大数运算)
|
|----- CompoundInterest(for each循环)
|
|----- LotteryArray(多维数组)
|
|----- LotteryDrawing(数组排序)
Part4(对象与类,2014年03月17日 -- ?)
|
|----- CalendarTest(更改器与访问器)
|
|----- EmployeeTest(用户自定义类)
|
|----- StaticTest(静态方法)
|
|----- ParamTest(参数传递)
|
|----- ConstructorTest(重载)
|
|----- ...