-
Bug
-
Resolution: Fixed
-
P1
-
1.0.2, 1.1
-
1.1
-
x86, sparc
-
solaris_2.4, solaris_2.5
-
Not verified
Name: swC45995 Date: 10/07/96
In Solaris if the magnitude of the exponent part of a floating-point value
is small enough, java prints only two digits. At the same time, in Windows
three digits are always printed. Thus execution of the following test:
public class test
{
public static void main(String argv[])
{
System.out.println(Float.MAX_VALUE);
}
}
produces the following results:
in Solaris: 3.40282e+38
in Windows: 3.40282e+038
======================================================================
- duplicates
-
JDK-4008357 Win32 only: JCK-102a/tests/api/java_lang/StringBuffer/index.html
- Closed