An open API service indexing awesome lists of open source software.

https://github.com/yukunj/head-first-java

This is the repository for self-learning Java of the book <Head First Java> as the first step. This contains some sample codes in the book that I tried out.
https://github.com/yukunj/head-first-java

entry-level java self-learning

Last synced: 7 months ago
JSON representation

This is the repository for self-learning Java of the book <Head First Java> as the first step. This contains some sample codes in the book that I tried out.

Awesome Lists containing this project

README

          

# Head-First-Java
This is the repository for self-learning Java in preparation for summer quant SDE 2022 Internship.
Of the book [<Head First Java>](https://www.oreilly.com/library/view/head-first-java/0596009208/) as the first step.
This contains some sample trial codes in the book.

+ [Chpt1. Breaking the Surface](chpt01/)
+ [Chpt2. A Trip to Objectville](chpt02/)
+ [Chpt3. Know Your Variables](chpt03/)
+ [Chpt4. How Objects Behave](chpt04/)
+ [Chpt5. Extra-Strength Methods](chpt05/)
+ [Chpt6. Using the Java Library](chpt06/)
+ [Chpt7. Better Livining in Objectville](chpt07/)
+ [Chpt8. Serious Polymorphism](chpt08/)
+ [Chpt9. Life and Death of an Object](chpt09/)
+ [Chpt10. Numbers Matter](chpt10/)
+ [Chpt11. Risky Behavior](chpt11/)
+ [Chpt12. A Very Graphic Story](chpt12/)
+ [Chpt13. Work on your Swing](chpt13/)
+ [Chpt14. Saving Objects](chpt14/)
+ [Chpt15. Make a Connection](chpt15/)
+ [Chpt16. Data Structures](chpt16/)
+ [Chpt17. Release Your Code](chpt17/)
+ [Chpt18. Distributed Computing](chpt18/)