From e555a75dd2c24050607b90a5e4ff03ee13f0feff Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Sat, 17 Sep 2022 08:36:04 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/java-static-fields-gc --- core-java-modules/core-java-jvm-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-jvm-2/README.md b/core-java-modules/core-java-jvm-2/README.md index 94ebe262c8..748fa38e6c 100644 --- a/core-java-modules/core-java-jvm-2/README.md +++ b/core-java-modules/core-java-jvm-2/README.md @@ -13,4 +13,5 @@ This module contains articles about working with the Java Virtual Machine (JVM). - [List All Classes Loaded in a Specific Class Loader](https://www.baeldung.com/java-list-classes-class-loader) - [An Introduction to the Constant Pool in the JVM](https://www.baeldung.com/jvm-constant-pool) - [List All the Classes Loaded in the JVM](https://www.baeldung.com/jvm-list-all-classes-loaded) +- [Static Fields and Garbage Collection](https://www.baeldung.com/java-static-fields-gc) - More articles: [[<-- prev]](/core-java-modules/core-java-jvm)