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