@@ -24,15 +24,35 @@ This is your one-stop destination for mastering Java programming, from the basic
24
24
25
25
```
26
26
Java@Groot/
27
- ├── 01_Basic/
28
- ├── 02_DataTypes/
29
- ├── 03_Variables/
30
- ├── 05_ControlStatment/
31
- ├── 06_Methods/
32
- ├── 07_ArrayAndString/
33
- ├── 08_OOPs/
34
- ├── 10_String/
35
- ├── 11_OOPs/
27
+ ├── 📁 01_Basic/ → Hello world + Intro basics
28
+ │ └── 🧪 Practice-Set/ → Mini practice programs
29
+ ├── 📁 02_DataTypes/ → Primitive, Reference, String demos
30
+ ├── 📁 03_Variables/ → Scope, Declaration, Init
31
+ ├── 📁 04_OperatorsAndExpressions/
32
+ │ └── 🧠 PracticeProblem/ → Real Qs on ops
33
+ ├── 📁 05_ControlStatment/ → if/else, loops, switch 💡
34
+ │ └── 🎮 QuizeGame/ → Small console game
35
+ ├── 📁 06_Methods/ → Param, Return, Overload
36
+ │ └── 🔢 Pactice_Project/ → Grade Manager project
37
+ ├── 📁 07_ArrayAndString/ → 1D/2D Arrays, String tricks
38
+ ├── 📁 08_OOPs/ → Abstraction, Encapsulation, etc.
39
+ │ ├── 🧱 Abstraction/
40
+ │ ├── 🛡️ Encapsulation/
41
+ │ ├── 🧪 first/
42
+ │ ├── ⚙️ Second/
43
+ │ └── 🚗 Third/
44
+ ├── 📁 09_ArrayAndString/ → More array practice + ArrayList 🚀
45
+ │ └── 📋 ArrayList/
46
+ ├── 📁 10_String/ → All things Java String 🧵
47
+ ├── 📁 11_OOPs/ → Deep dive into OOP concepts
48
+ │ ├── 👨👩👧 inheritance/
49
+ │ ├── 🧠 OOPs1/
50
+ │ ├── 🧬 OOPs2/
51
+ │ ├── 🧪 OOPs3/
52
+ │ └── 💼 OwnPractise/
53
+ └── 📁 SelfQuestions/ → Self-made challenges & questions
54
+ └── 🧪 PublicPrivate/
55
+
36
56
```
37
57
38
58
Each folder contains focused examples and exercises for that topic.
0 commit comments