-
Enhancement
-
Resolution: Duplicate
-
P5
-
None
-
1.4.0
-
generic
-
generic
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)
======================================================================
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)
======================================================================
- duplicates
-
JDK-5025288 Language support for literal numbers in binary and other bases
-
- Closed
-
- relates to
-
JDK-6860965 Project Coin: binary literals
-
- Closed
-