Java char Keyword
Definition and Usage
The char
keyword is a data type that is used to store a single character.
A char value must be surrounded by single quotes, like 'A' or 'c'.
Related Pages
Read more about data types in our Java Data Types Tutorial.