A personal repository for tracking my Java learning — small examples, experiments, and notes as I work through concepts.
- Purpose: Record what I learn about Java (syntax, APIs, OOP, concurrency, tests).
- Status: Work in progress — informal, notebook-style code and short write-ups.
- Clone:
git clone https://github.com/allwayso/Java-Study.git cd Java-Study - Run examples with your preferred JDK/build tool (many examples are small and can be run with
javac/java).
- examples/ — runnable snippets and small demos
- exercises/ — practice problems and notes
- notes/ — short write-ups and learning reflections
This is a personal learning log — not production-ready. Feel free to browse, but expect rough experiments and draft code.
Maintainer: allwayso