Welcome to Java Learning Hub β my personal journey of learning Java. This repository contains example programs, notes, and experiments Iβve created while exploring Java step by step.
- Beginner Programs: Basic syntax, variables, data types, and operators.
- Practical Examples: Small Java programs solving real problems.
- Docs: Notes on Java concepts (
docs/
folder).
Click the Fork button at the top right of this page to create your own copy under your GitHub account.
git clone https://github.com/vikashkrdeveloper/java-learning-hub.git
cd java-learning-hub
For Windows/macOS/Linux:
javac code/basics/FirstProgram.java
java code.basics.FirstProgram
Note: Make sure you have the Java JDK installed. You can check with:
java -version javac -version
If not installed, download the latest JDK from: π Oracle JDK π OpenJDK
Browse the folders and files to see different Java examples and notes. Feel free to modify and experiment with the code!
Thanks for visiting my Java Learning Hub! If you have any questions or suggestions, feel free to open an issue or reach out. Happy coding! π