Page 1 of 1

java manual?

Posted: Mon Sep 26, 2005 12:35 pm
by shiznatix
is there a manual for java that is as easy as the one for php?

Posted: Mon Sep 26, 2005 12:52 pm
by Buddha443556
Main page that covers various versions of Java: http://java.sun.com/docs/

Java 5.0: http://java.sun.com/j2se/1.5.0/docs/index.html

Best I can think of ... wish they had annotation like PHP Manual.

Posted: Mon Sep 26, 2005 2:56 pm
by timvw
This one is mentionned very often at comp.lang.java groups..

http://mindprod.com/jgloss/jgloss.html

Posted: Mon Sep 26, 2005 3:31 pm
by Buddha443556
timvw wrote:This one is mentionned very often at comp.lang.java groups..

http://mindprod.com/jgloss/jgloss.html
That "Gotchas" section looks like a real time saver especially the thread safe information.

DocJar

Posted: Mon Sep 26, 2005 5:29 pm
by alvinphp
Is there a good active java forum besides the sun one that anyone can recommend? Something as good as this place, but for JSP/JSF/Springs.

Posted: Mon Sep 26, 2005 5:35 pm
by Buddha443556
alvinphp wrote:Is there a good active java forum besides the sun one that anyone can recommend? Something as good as this place, but for JSP/JSF/Springs.
JavaRanch

Posted: Mon Sep 26, 2005 5:46 pm
by alvinphp
Buddha443556 wrote:
alvinphp wrote:Is there a good active java forum besides the sun one that anyone can recommend? Something as good as this place, but for JSP/JSF/Springs.
JavaRanch
Thanks Buddha