
byte stuff
Get flash to fully experience Pearltrees
Please email your feedback for publication , letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green :
binary
Binary Number Representation
Primitive Data Types (The Java™ Tutorials > Learning the Java Language > Language Basics)
The Java programming language also provides operators that perform bitwise and bit shift operations on integral types. The operators discussed in this section are less commonly used.
Bitwise and Bit Shift Operators (The Java™ Tutorials > Learning the Java Language > Language Basics)
Java's bitwise operators operate on individual bits of integer (int and long) values. If an operand is shorter than an int, it is promoted to int before doing the operations. It helps to know how integers are represented in binary.

