Name: bsC130419 Date: 08/23/2001
java version "1.3beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3beta-O)
Java(TM) HotSpot Client VM (build 1.3beta-O, mixed mode)
Java continues the C-sytle tradition of octal, hex, and decimal specification
of integers. C and java both lack the ability to specify integer values in
binary. Some notation like in a form like the hexidecimal specification would
suffice "0b111000". At present, binary data has to be converted to hex or
octal or decimal which can lead to bugs.
(Review ID: 130557)
======================================================================