A collection of Java programs for learning, experimenting, and solving problems. This repository includes basic to advanced level Java codes including OOP, data structures, file handling, and more.
🌐 GitHub Repo: JAVA-codes
- ✅ Simple and modular Java code
- 🔁 Covers core Java concepts
- 📁 Organized by topic/folder
- 🧪 Easy to run and test
- Java JDK 8 or higher
- A Java IDE (e.g. IntelliJ, Eclipse, or VS Code)
1. **Clone the repository**
git clone https://github.com/Abhishek6172/JAVA-codes.git
cd JAVA-codes
2. **Compile a file**
javac filename.java
3. **Run the program**
java filename
This project is open-source and available under the MIT License.