java-tutorials/core-java-modules/core-java-booleans/README.md

8 lines
313 B
Markdown
Raw Normal View History

## 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)