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)
|
2022-09-16 20:56:27 -04:00
|
|
|
- [Handle Classes With the Same Name in Java](https://www.baeldung.com/java-classes-same-name)
|
2022-10-15 23:17:34 -04:00
|
|
|
- [Variable Instantiation on Declaration vs. on Constructor in Java](https://www.baeldung.com/java-variable-instantiation-declaration-vs-constructor)
|
|
|
|
- [Infinity in Java](https://www.baeldung.com/java-infinity)
|
2022-12-15 03:19:40 -05:00
|
|
|
- [Type Parameter vs Wildcard in Java Generics](https://www.baeldung.com/java-generics-type-parameter-vs-wildcard)
|
2022-12-22 08:57:36 -05:00
|
|
|
- [Convert Between int and char in Java](https://www.baeldung.com/java-convert-int-char)
|
2023-01-09 16:05:23 -05:00
|
|
|
-
|