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?
|
|
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?
|
||
|
|
|
There's the standard library API at http://java.sun.com/javase/6/docs/api/ (for Java 1.6) |
||
|
|
|
|
its a good reference for beginners. |
||
|
|
|
|
The Java language specification is a fairly dry, but useful resource. |
||
|
|
|
|
Hello, have a look at the book "Thinking in Java" by Bruce Eckel. The third edition is free (link)... |
||
|
|
|
|
Another Javadoc site is DocWeb. |
||
|
|
|
|
Java Tutorials/trails should get you started, if you have some basic experience programming. |
||
|
|
|
|
http://www.jdocs.com/ has API info and documentation for lots of common java libraries in addition to the java platform. |
||
|
|