Updated README.md

added link back to the article: https://www.baeldung.com/java-classes-same-name
This commit is contained in:
Asjad J 2022-09-17 05:56:27 +05:00 committed by GitHub
parent e320b6dc21
commit 7adda7e067
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ This module contains articles about core features in the Java language
- [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)
- [Toggle a Boolean Variable in Java](https://www.baeldung.com/java-toggle-boolean)
- [Handle Classes With the Same Name in Java](https://www.baeldung.com/java-classes-same-name)