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 9564bc0d32
commit 5bdc90d07d

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)