Java View all facts Glossary Help |
syntactic unit > symbol > literal > character literal > null character |
null character comparison table |
Subject | use | have example | be | have | have syntax rule | see also | contain | is a subtopic of | is a synonym of | is a kind of | have size | denote by | is an instance of | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
char | basic arithmetic operators +, -, *, / and % | a size in bytes | Character class | 2 bytes | Variables and Data Types | Unicode character | integral value | 2 bytes | ||||||
character literal | 'A' | any single Unicode character | bold = mandatory | Literals | literal | |||||||||
null character | basic arithmetic operators +, -, *, / and % | 'A' | the default value of a character variable | a size in bytes | bold = mandatory | Character class | 2 bytes | Constants | 2 bytes | '\u000' | character literal |
Next char: tab character Up: char, character literal Previous char: line feed character