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)
http://www.jdocs.com/ has API info and documentation for lots of common java libraries in addition to the java platform.
Java Tutorials/trails should get you started, if you have some basic experience programming.