Originally posted by RAGU KANNAN: I know the "0x HexDigits". but I don't know about "# HexDigits"...
Hexadecimal values are represented differently depending on the context. See Wikipedia - Hexadecimal for some examples.
Hexadecimal representation prefixed by # is used in HTML color designations. But in Java, hexadecimals are prefixed by 0x. So I would not expect to see # used on the exam. [ August 17, 2006: Message edited by: marc weber ]
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer sscce.org
Barry Gaunt
Ranch Hand
Joined: Aug 03, 2002
Posts: 7729
posted
0
We need more information. What's the context of this question? The Formatter class?