From bf0356fe47c3c58fa7562332a551fe321090d52b Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Thu, 15 Dec 2022 16:19:40 +0800 Subject: [PATCH] Update README.md [skip ci] --- core-java-modules/core-java-lang-5/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-lang-5/README.md b/core-java-modules/core-java-lang-5/README.md index f1408abe96..dbd3878458 100644 --- a/core-java-modules/core-java-lang-5/README.md +++ b/core-java-modules/core-java-lang-5/README.md @@ -10,3 +10,4 @@ This module contains articles about core features in the Java language - [Handle Classes With the Same Name in Java](https://www.baeldung.com/java-classes-same-name) - [Variable Instantiation on Declaration vs. on Constructor in Java](https://www.baeldung.com/java-variable-instantiation-declaration-vs-constructor) - [Infinity in Java](https://www.baeldung.com/java-infinity) +- [Type Parameter vs Wildcard in Java Generics](https://www.baeldung.com/java-generics-type-parameter-vs-wildcard)