Java View all facts Glossary Help |
| value > primitive value > integral value > char |
| char comparison table | |||
| Subject | be | is a subtopic of | denote by |
|---|---|---|---|
| carriage return character | any single Unicode character | Literals | '\r' |
| escape character | any single Unicode character | Literals | '\' |
| line feed character | any single Unicode character | Constants | '\n' |
| null character | the default value of a character variable | Constants | '\u000' |
| tab character | any single Unicode character | Literals | ' ' |
Next integral value: integer Up: integral value