S01E09 of 36 episodes

Primitive Variable Types: boolean and char

Learning Java Programming(2021)
January 1, 2021 11m
Ended
English

There are eight primitive variable types in Java, each of which has a set number of data bits it can hold. Dichone introduces you to the boolean primitive, which can only hold either 1 or 0 (true or false), and the char primitive, which represents one character only.