This repository contains a collection of Core Java projects built using clean, modular, and industry-standard Object-Oriented Programming (OOP) concepts.
All examples are beginner-friendly, readable, and ideal for understanding
Java fundamentals + real-world OOP structure.
| Area | Description |
|---|---|
| ☕ Java SE | Core logic & syntax |
| 🧩 OOP Principles | Program structure |
| 📦 Collections | Data handling |
| 📁 File I/O | Read & Write operations |
- Clone the repository
git clone https://github.com/yadnyesh-96/JAVA-Projects.git
- Open any project folder
- Compile Java files javac *.java
- Run the program
java Main