diff --git a/src/data/roadmaps/java/content/101-java-advanced-topics/index.md b/src/data/roadmaps/java/content/101-java-advanced-topics/index.md index 0befe2d54..01b6e0c78 100644 --- a/src/data/roadmaps/java/content/101-java-advanced-topics/index.md +++ b/src/data/roadmaps/java/content/101-java-advanced-topics/index.md @@ -1 +1,10 @@ -# Java advanced topics +# Java Advanced Topics + +Java Advanced Topics delves into crucial concepts that every Java developer should master to build efficient and scalable applications. It covers memory management techniques, deep dives into the collection framework, and explores serialization for data persistence. Networking and sockets are discussed to help you build robust communication systems, while an understanding of how the JVM works and garbage collection mechanisms ensures optimal application performance. Additionally, the basics of threading introduce parallelism, crucial for modern multi-threaded programming. + +Visit the following resources to learn more: + +- [@article@What is Advanced Java? - GeeksForGeeks](https://www.geeksforgeeks.org/what-is-advanced-java/) +- [@article@What is Advance Java? - JavatPoint](https://www.javatpoint.com/what-is-advance-java) +- [@video@Advance Java Full Course 2023 - SimpliLearn](https://youtu.be/Ae-r8hsbPUo?si=faFsqJYfCc5jIO6p) +