Java   View all facts   Glossary   Help
syntactic unit > symbol > literal > numeric literal > integer literal > hexadecimal integer literal
Next integer literallong integer literal    Upinteger literal    Previous integer literaloctal integer literal   

hexadecimal integer literal
subjectfact 
hexadecimal integer literalhas example
  • 0x12 is the hexadecimal number 12
  • 0xFF is the hexadecimal number FF
added by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:36:50.0
is a subtopic of Literals2001-10-19 11:36:50.0
is indicated by prepending 0x (zero and x) to the numberadded by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:36:50.0
is a kind of integer literal2001-10-19 11:36:51.0
syntactic unithas syntax rule
bold = mandatory
italic = non-terminal
normal font = optional
2001-10-19 11:38:04.0