Giter Club home page Giter Club logo

java-27's Introduction

简介:
    《Core Java》学习笔记。
    我把自己的笔记都以注释的形式写在代码里面了,这样方便理解。
    尽管有些部分被标记为“已完成”,但实际上以后说不定我还会折返回来进行修改或者添加一些注释。
    当然如果你有什么不理解的地方,可以在Issues面板里提出来,大家共同进步 :)

参考:
    《Core Java Volumn I》

注意:
    不包括书中有关图形程序设计的部分,当然也不包括Java applet,还有一些书上标明可以暂时不看的部分。
    可能我这样省略一些东西是过于浮躁了,有时间回头再看看吧。

说明:
    CoreJava(《Core Java(第9版)》原书代码)

    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(对象与类,已完成)
     |
     |----- CalendarTest(更改器与访问器)
     |
     |----- EmployeeTest(用户自定义类)
     |
     |----- StaticTest(静态方法)
     |
     |----- ParamTest(参数传递)
     |
     |----- ConstructorTest(重载)


    Part5(继承,已完成)
     |
     | ----- inheritance(继承初探)
     |
     | ----- abstractClasses(抽象类)
     |
     | ----- equals(Object超类)
     |
     | ----- arrayList(数组列表)
     |
     | ----- enums(枚举类)


    Part6(接口与内部类,已完成)
     |
     | ----- interfaces(接口)
     |
     | ----- clone(克隆对象)
     |
     | ----- timer(接口与回调)
     |
     | ----- innerClass(内部类初探)
     |
     | ----- staticInnerClass(静态内部类)
     |
     | ----- anonymousInnerClass(匿名内部类)

    
    接下来我就开始看安卓了,用项目驱动学习。
    许多内容日后补充。
    2014年05月02日。

java-27's People

Contributors

mthli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.