nondocumented java classes

Hi,I'm sorry, that my question possibly notfor this forum, butcould someone tell me whereI can find them.Under nondocumented java classesI understand classes, which you import, using line import sun.*;Thank you
[274 byte] By [zhyra] at [2007-11-26 13:04:12]
# 1
The classes under package sun is propriety code of sun, and there is not source code shipped for that.
AjaySingh516a at 2007-7-7 17:09:45 > top of Java-index,Core,Core APIs...
# 2
and no docs?
zhyra at 2007-7-7 17:09:45 > top of Java-index,Core,Core APIs...
# 3
> and no docs?Yes.
AjaySingh516a at 2007-7-7 17:09:45 > top of Java-index,Core,Core APIs...
# 4
so what you can tel about this http://www.cafeaulait.org/books/secrets/secretsexamples/
zhyra at 2007-7-7 17:09:45 > top of Java-index,Core,Core APIs...
# 5

I can tell you that it is 8 years out of date, getting on for 9.

If you dowload the complete JDK source code via the SCSL programme you can generate your own Javadoc just as this author did in 1998.

But, as Sun tell you loudly and clearly, it's a bad idea to rely on anything you discover. It could change or vanish any time.

ejpa at 2007-7-7 17:09:45 > top of Java-index,Core,Core APIs...
# 6
> so what you can tel about thisNice collection!
AjaySingh516a at 2007-7-7 17:09:45 > top of Java-index,Core,Core APIs...