Skip to content

Commit e24b978

Browse files
committed
Testing Version 7th.
Time: 4:00 AM. Date: 09-04-2025. Section 24 Till All Completed. Signed-off-by: Someshdiwan <[email protected]>
1 parent bf5fbff commit e24b978

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

site/content.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
4. [Section 8 – Loops in Java](#section-8-loops-in-java)
1313

14-
4.1 [Mastery of Loops & Number Patterns](#mastery-of-loops--number-patterns-in-java)
14+
4.1. [Mastery of Loops & Number Patterns](#mastery-of-loops--number-patterns-in-java)
1515

1616
5. [Section 9 – ArrayAB](#section-9-arrayab--mastering-arrays-in-java-1d-2d-jagged-and-beyond)
1717

@@ -215,7 +215,7 @@ System.out.print(n + " ");
215215
}
216216
```
217217

218-
### **[🔗 View Section5OperatorExpression on GitHub](https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/tree/master/Section5OperatorExpression)**
218+
### **[🔗 View Section 5 OperatorExpression on GitHub](https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/tree/master/Section5OperatorExpression)**
219219

220220
### <sup><sub>[▲ TOP](#table-of-contents)</sub></sup>
221221

@@ -283,7 +283,7 @@ full power of Java's String class, regex, and object-printing mechanics — cruc
283283
form, and log development.
284284
```
285285

286-
### [🔗 View Section6StringPrinting on GitHub](https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/tree/master/Section6StringClassPrinting)
286+
### [🔗 View Section 6 String Printing on GitHub](https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/tree/master/Section6StringClassPrinting)
287287

288288
### <sup><sub>[▲ TOP](#table-of-contents)</sub></sup>
289289

@@ -364,7 +364,7 @@ Logical Thinking Conditional constructs help develop critical problem-solving
364364
```
365365

366366

367-
### **[🔗 View Section7ConditionalStatements on GitHub](https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/tree/master/Section7ConditionalStatements/src)**
367+
### **[🔗 View Section 7 Conditional Statements on GitHub](https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/tree/master/Section7ConditionalStatements/src)**
368368

369369
### <sup><sub>[▲ TOP](#table-of-contents)</sub></sup>
370370

@@ -1150,7 +1150,7 @@ Expanding upon the foundational and advanced multithreading topics, this final p
11501150
| Interview questions file | Summary of practical + theory aspects expected in job interviews |
11511151

11521152

1153-
### [Volatile and Atomic](https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/tree/master/Section19MultiThreading)
1153+
### [Volatile and Atomic](https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/tree/master/Section19MultiThreading/Volatile%20and%20Atomic)
11541154

11551155
### <sup><sub>[▲ TOP](#table-of-contents)</sub></sup>
11561156

@@ -1355,9 +1355,9 @@ This continuation of Section23 expands into **core file operations**, **byte & c
13551355
- Prefer **BufferedReader** and **BufferedWriter** for large text files.
13561356
- Use `try-with-resources` to **automatically close streams** and avoid resource leaks.
13571357
- For performance + thread safety, combine `BufferedInputStream` with `DataInputStream` if needed.
1358-
- Learn `PipedStream` when working with **producer-consumer** patterns in multi-threaded apps.
1358+
- Learn `PipedStream` when working with **producer-consumer** patterns in multithreaded apps.
13591359

1360-
### 📂 [Core File I/O, Byte & Character Streams](https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/tree/master/Section23JavaIOStreams)
1360+
### 📂 [Core File I/O, Byte & Character Streams](https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/tree/master/Section23JavaIOStreams)
13611361

13621362
### <sup><sub>[▲ TOP](#table-of-contents)</sub></sup>
13631363

@@ -1419,14 +1419,14 @@ This section is all about mastering **Java Generics**, which allow type-safe and
14191419
| Why Use Generics? | `WhyGenerics.java`, `Generics in Java.txt` | Type safety, code reuse, abstraction, no casting |
14201420
```
14211421

1422-
### [Section24 Java Generics 📂 – Type-Safe Data Structures](https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/tree/master/Section24JavaGenerics)
1422+
### [Section24 Java Generics Type Safe Data Structures](https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/tree/master/Section24JavaGenerics)
14231423

14241424
### <sup><sub>[▲ TOP](#table-of-contents)</sub></sup>
14251425

14261426
---
14271427

14281428

1429-
### 📚 [Section25 Collection Framework – Mastering Java Collections](https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/tree/master/Section25CollectionFramework)
1429+
### [Section25 Collection Framework – Mastering Java Collections](https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/tree/master/Section25CollectionFramework)
14301430

14311431
This section begins your journey into the **Java Collection Framework**, starting with **concurrent maps**—essential when working with multithreaded applications or high-performance systems.
14321432

0 commit comments

Comments
 (0)