Get Firefox!
Opera
DreamHost

The following comments have been posted recently. To post a new comment follow the link from the left hand pane when viewing documentation.

still OK to use?
By softwarevisualization
About javax.activation in Docset JEE 5
Date 21 November 2007 15:56:19 UTC
Is this still the same DND?
Is this class still in the API?
By softwarevisualization
About javax.activation in Docset JEE 5
Date 21 November 2007 15:55:28 UTC
I am wondering if this class is still in the API
hello
By puzax
About javax.security.auth.spi.LoginModule in Docset J2SE 5.0
Date 9 June 2005 03:58:39 UTC
Hello Wrold
A comment for vectors.
By Anwar Mehdi
About java.util.Vector in Docset J2SE 5.0
Date 7 June 2005 18:32:03 UTC
Vector comments
Absolute / relative path
By Johannes Schneider
About java.io.File in Docset J2SE 5.0
Date 1 June 2005 19:58:29 UTC
Be carefull, when you do not exactly know, weather you get an absolute or relative path.

new File( basedir, relativeOrAbsolute)

does *not* work as you might think.


You have to check

new File( relativeOrAbsolute).isAbsolute()

and build your file with or without basedir...
MaxValue and MinValue Documentation Incorrect
By Phil Ross ()
About System.Data.SqlTypes.SqlDecimal in Docset .NET 1.1
Date 28 May 2005 12:12:11 UTC
The documented values for SqlDecimal.MaxValue and MinValue are incorrect.

The documentation states that the values are 79,228,162,514,162,514,264,337,593,543,950,335 and -79,228,162,514,264,337,593,543,950,335 respectively.

The actual values of these constants (according to the ToString() method and Data property) are 99,999,999,999,999,999,999,999,999,999,999,999,999 and -99,999,999,999,999,999,999,999,999,999,999,999,999.

I've opened a bug for this issue at MSDN.