From 7bd70abf86f123d018e953e25c5b21cd565fef31 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 14 Jul 2022 08:32:27 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/java-wildcard-imports --- 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 8920e9c231..9505d02fc2 100644 --- a/core-java-modules/core-java-lang-5/README.md +++ b/core-java-modules/core-java-lang-5/README.md @@ -5,3 +5,4 @@ This module contains articles about core features in the Java language ### Relevant Articles: - [Difference Between == and equals() in Java](https://www.baeldung.com/java-equals-method-operator-difference) +- [Advantages and Disadvantages of Using Java Wildcard Imports](https://www.baeldung.com/java-wildcard-imports)