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