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.
- Host: GitHub
- URL: https://github.com/yukunj/head-first-java
- Owner: YukunJ
- Created: 2021-11-22T17:29:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-29T17:11:23.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T08:12:38.583Z (8 months ago)
- Topics: entry-level, java, self-learning
- Language: Java
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)