Sun . Java . Code Library . b*
binary representation,
for example, consider the following for control flow logic
for ( double d = 0; d != 1; d += 0.0101 )
// because nano time is needed for 0.0101 to compute as binary representation
bitwise operators note: & AND , | OR , ^ XOR , and ~ NOT ; Also see: gate;