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

8 lines
313 B
Markdown

## Core Java Booleans
This module contains articles about Java Booleans.
### Relevant Articles:
- [Convert Boolean to String in Java](https://www.baeldung.com/java-convert-boolean-to-string)
- [Difference Between Boolean.TRUE and true in Java](https://www.baeldung.com/java-boolean-true-primitive-vs-constant)