Updated README.md

added link back to the article: https://www.baeldung.com/java-toggle-boolean
This commit is contained in:
Asjad J 2022-08-25 17:04:21 +05:00 committed by GitHub
parent 8bc901c7d1
commit 46b3bde188
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,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)