Java Documentation - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T10:26:27Zhttp://stackoverflow.com/feeds/question/71906http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/71906/java-documentation1Java Documentationninuhadida2008-09-16T12:57:33Z2008-09-16T18:43:25Z
<p>Hi guys,</p>
<p>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.</p>
<p>Is there anything for java like what <a href="http://www.php.net" rel="nofollow">http://www.php.net</a> is for php?</p>
http://stackoverflow.com/questions/71906/java-documentation/71914#719140Answer by moonshadow for Java Documentationmoonshadow2008-09-16T12:58:31Z2008-09-16T12:58:31Z<p><a href="http://java.sun.com/javase/index.jsp" rel="nofollow">http://java.sun.com/javase/index.jsp</a></p>
http://stackoverflow.com/questions/71906/java-documentation/71916#719161Answer by Aaron Maenpaa for Java DocumentationAaron Maenpaa2008-09-16T12:58:48Z2008-09-16T12:58:48Z<p><a href="http://java.sun.com/j2se/1.5.0/docs/" rel="nofollow">http://java.sun.com/j2se/1.5.0/docs/</a></p>
http://stackoverflow.com/questions/71906/java-documentation/71923#719234Answer by Thomas Owens for Java DocumentationThomas Owens2008-09-16T12:59:09Z2008-09-16T12:59:09Z<p>There are <a href="http://java.sun.com/javase/reference/api.jsp" rel="nofollow">APIs</a> and <a href="http://java.sun.com/javase/reference/tutorials.jsp" rel="nofollow">tutorials</a> available from Sun.</p>
http://stackoverflow.com/questions/71906/java-documentation/71930#719307Answer by stak for Java Documentationstak2008-09-16T12:59:44Z2008-09-16T12:59:44Z<p>There's the standard library API at <a href="http://java.sun.com/javase/6/docs/api/" rel="nofollow">http://java.sun.com/javase/6/docs/api/</a> (for Java 1.6)</p>
http://stackoverflow.com/questions/71906/java-documentation/72595#725950Answer by hopper for Java Documentationhopper2008-09-16T14:02:25Z2008-09-16T14:02:25Z<p><a href="http://www.jdocs.com/" rel="nofollow">http://www.jdocs.com/</a> has API info and documentation for lots of common java libraries in addition to the java platform.</p>
http://stackoverflow.com/questions/71906/java-documentation/72645#726450Answer by Tassos Bassoukos for Java DocumentationTassos Bassoukos2008-09-16T14:06:07Z2008-09-16T14:06:07Z<p><a href="http://java.sun.com/docs/books/tutorial/" rel="nofollow">Java Tutorials/trails</a> should get you started, if you have some basic experience programming.</p>
http://stackoverflow.com/questions/71906/java-documentation/72843#728430Answer by tball for Java Documentationtball2008-09-16T14:23:03Z2008-09-16T14:23:03Z<p>Another Javadoc site is <a href="http://doc.java.sun.com" rel="nofollow">DocWeb</a>.</p>
http://stackoverflow.com/questions/71906/java-documentation/73978#739780Answer by pgras for Java Documentationpgras2008-09-16T16:04:34Z2008-09-16T16:04:34Z<p>Hello,</p>
<p>have a look at the book "Thinking in Java" by Bruce Eckel. The third edition is free (<a href="http://www.mindview.net/Books/TIJ/" rel="nofollow">link</a>)...</p>
http://stackoverflow.com/questions/71906/java-documentation/75081#750810Answer by Hank for Java DocumentationHank2008-09-16T17:55:17Z2008-09-16T17:55:17Z<p>The <a href="http://java.sun.com/docs/books/jls/third_edition/html/j3TOC.html" rel="nofollow">Java language specification</a> is a fairly dry, but useful resource.</p>
http://stackoverflow.com/questions/71906/java-documentation/75599#755990Answer by fernandogarcez for Java Documentationfernandogarcez2008-09-16T18:43:25Z2008-09-16T18:43:25Z<p><a href="http://www.deitel.com/Books/Java/JavaHowtoProgram6e/tabid/1712/Default.aspx" rel="nofollow">Java How to Program, 6/e</a></p>
<p>its a good reference for beginners.</p>