java manual?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

java manual?

Post by shiznatix »

is there a manual for java that is as easy as the one for php?
User avatar
Buddha443556
Forum Regular
Posts: 873
Joined: Fri Mar 19, 2004 1:51 pm

Post 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.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

This one is mentionned very often at comp.lang.java groups..

http://mindprod.com/jgloss/jgloss.html
User avatar
Buddha443556
Forum Regular
Posts: 873
Joined: Fri Mar 19, 2004 1:51 pm

Post 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
alvinphp
Forum Contributor
Posts: 380
Joined: Wed Sep 21, 2005 11:47 am

Post 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.
User avatar
Buddha443556
Forum Regular
Posts: 873
Joined: Fri Mar 19, 2004 1:51 pm

Post 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
alvinphp
Forum Contributor
Posts: 380
Joined: Wed Sep 21, 2005 11:47 am

Post 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
Post Reply