2023-03-30 19:01:25 -04:00
|
|
|
## Core Java Booleans
|
|
|
|
|
|
|
|
This module contains articles about Java Booleans.
|
|
|
|
|
2023-04-07 11:51:06 -04:00
|
|
|
### Relevant Articles:
|
|
|
|
- [Convert Boolean to String in Java](https://www.baeldung.com/java-convert-boolean-to-string)
|
2023-07-01 05:18:27 -04:00
|
|
|
- [Difference Between Boolean.TRUE and true in Java](https://www.baeldung.com/java-boolean-true-primitive-vs-constant)
|