up vote 3 down vote favorite
share [g+] share [fb]

I have a school project which has to be coded in Java and I'm having a little trouble getting started, mainly finding good documentation for this language.

Is there anything for Java like what http://www.php.net is for PHP?

link|improve this question

59% accept rate
these are all great answers, thanks guys! sorry couldn't accept all answers! – ninuhadida Sep 16 '08 at 13:28
feedback

10 Answers

up vote 9 down vote accepted

There's the standard library API at http://download.oracle.com/javase/6/docs/api/ (for Java 1.6) and http://download.oracle.com/javase/7/docs/api/ (for Java 7).

link|improve this answer
feedback

There are APIs and tutorials available from Sun.

link|improve this answer
feedback

http://www.jdocs.com/ has API info and documentation for lots of common java libraries in addition to the java platform.

link|improve this answer
feedback

Java Tutorials/trails should get you started, if you have some basic experience programming.

link|improve this answer
feedback

Another Javadoc site is DocWeb.

link|improve this answer
feedback

have a look at the book "Thinking in Java" by Bruce Eckel. The third edition is free (link)...

link|improve this answer
feedback

The Java language specification is a fairly dry, but useful resource.

link|improve this answer
feedback

Java How to Program, 6/e

its a good reference for beginners.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.