Updated README.md

added link back to the article: https://www.baeldung.com/java-class-vs-classloader-getresource
This commit is contained in:
Asjad J 2022-09-17 09:23:55 +05:00 committed by GitHub
parent a1ed83d554
commit d61a319bb5
1 changed files with 1 additions and 0 deletions

View File

@ -14,4 +14,5 @@ This module contains articles about working with the Java Virtual Machine (JVM).
- [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)
- [Difference Between Class.getResource() and ClassLoader.getResource()](https://www.baeldung.com/java-class-vs-classloader-getresource)
- More articles: [[<-- prev]](/core-java-modules/core-java-jvm)