InterviewSolution
Saved Bookmarks
| 1. |
What Is Hexadecimal ? |
|
Answer» The numbering system that uses 16 as its base. The marks 0-9 and a-f (or equivalently A-F) represent the digits 0 through 15. In programs written in the Java programming language, HEXADECIMAL numbers must be PRECEDED with 0x. SEE also octal. The numbering system that uses 16 as its base. The marks 0-9 and a-f (or equivalently A-F) represent the digits 0 through 15. In programs written in the Java programming language, hexadecimal numbers must be preceded with 0x. See also octal. |
|