vote up 1 vote down star

Hi guys,

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?

flag

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

10 Answers

vote up 7 vote down check

There's the standard library API at http://java.sun.com/javase/6/docs/api/ (for Java 1.6)

link|flag
vote up 0 vote down

http://java.sun.com/javase/index.jsp

link|flag
vote up 1 vote down

http://java.sun.com/j2se/1.5.0/docs/

link|flag
vote up 4 vote down

There are APIs and tutorials available from Sun.

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

Another Javadoc site is DocWeb.

link|flag
vote up 0 vote down

Hello,

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

Java How to Program, 6/e

its a good reference for beginners.

link|flag

Your Answer

Get an OpenID
or

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