░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░ ██╗ █████╗ ██╗ ██╗ █████╗ ░░
░ ██║██╔══██╗██║ ██║██╔══██╗ ░░
░ ██║███████║██║ ██║███████║ ░░
░██ ██║██╔══██║╚██╗ ██╔╝██╔══██║ ░░
░╚█████╔╝██║ ██║ ╚████╔╝ ██║ ██║ ░░
░ ╚════╝ ╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝ ░░
░ L E A R N I N G J O U R N E Y ░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
Java_eclipse_Learning/
│
├── 📁 src/
│ ├── 🔰 basics/ → Variables, Data Types, Operators
│ ├── 🔁 control-flow/ → If-Else, Switch, Loops
│ ├── 🧩 methods/ → Functions, Parameters, Return Types
│ ├── 📦 oop/ → Classes, Objects, Inheritance, Polymorphism
│ ├── 🗃️ arrays/ → 1D, 2D Arrays, ArrayLists
│ └── ⚠️ exceptions/ → Try-Catch, Custom Exceptions
│
└── 📄 README.md
| 🔰 Java Basics Variables · Data Types Operators · Input/Output |
🔁 Control Flow if-else · switch for · while · do-while |
🧩 Methods Parameters · Return Overloading · Recursion |
| 📦 OOP Classes · Objects Inheritance · Polymorphism Encapsulation · Abstraction |
🗃️ Arrays 1D & 2D Arrays ArrayList · Sorting |
Exception Handling try-catch-finally throws · Custom Exceptions |
| 🔤 Strings String Methods StringBuilder · Parsing |
🧱 Interfaces & Abstract Interface · Abstract Class Implements · Extends |
📁 Collections List · Map · Set HashMap · Iterator |
Prerequisites: