From 3ccab33eb2a7c3e0cce540e7d26526825e279756 Mon Sep 17 00:00:00 2001 From: Rahul Date: Fri, 20 Sep 2024 19:29:17 +0530 Subject: [PATCH] Update 101-memory-management.md (#7181) * Update 101-memory-management.md * Update src/data/roadmaps/java/content/101-java-advanced-topics/101-memory-management.md --------- Co-authored-by: dsh --- .../content/101-java-advanced-topics/101-memory-management.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/java/content/101-java-advanced-topics/101-memory-management.md b/src/data/roadmaps/java/content/101-java-advanced-topics/101-memory-management.md index 811811fcc..905719a0c 100644 --- a/src/data/roadmaps/java/content/101-java-advanced-topics/101-memory-management.md +++ b/src/data/roadmaps/java/content/101-java-advanced-topics/101-memory-management.md @@ -5,4 +5,5 @@ In Java, memory management is the process of allocation and de-allocation of obj Visit the following resources to learn more: - [@article@Memory Management in Java](https://www.javatpoint.com/memory-management-in-java) -- [@video@Memory Management Tutorial in Java](https://www.youtube.com/watch?v=fM8yj93X80s) \ No newline at end of file +- [@video@Memory Management Tutorial in Java](https://www.youtube.com/watch?v=fM8yj93X80s) +- [@video@Memory Managament And Garbage Collection in Java](https://youtu.be/vz6vSZRuS2M?si=4-JyoDkgcxrLmxSt)