2022-05-04 23:20:19 -04:00
|
|
|
## Core Java Lang (Part 5)
|
|
|
|
|
|
|
|
This module contains articles about core features in the Java language
|
|
|
|
|
2022-05-09 21:12:49 -04:00
|
|
|
### Relevant Articles:
|
|
|
|
|
|
|
|
- [Difference Between == and equals() in Java](https://www.baeldung.com/java-equals-method-operator-difference)
|
2022-07-13 23:32:27 -04:00
|
|
|
- [Advantages and Disadvantages of Using Java Wildcard Imports](https://www.baeldung.com/java-wildcard-imports)
|
2022-08-25 08:04:21 -04:00
|
|
|
- [Toggle a Boolean Variable in Java](https://www.baeldung.com/java-toggle-boolean)
|