Java Documentation - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T10:26:27Z http://stackoverflow.com/feeds/question/71906 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/71906/java-documentation 1 Java Documentation ninuhadida 2008-09-16T12:57:33Z 2008-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#71914 0 Answer by moonshadow for Java Documentation moonshadow 2008-09-16T12:58:31Z 2008-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#71916 1 Answer by Aaron Maenpaa for Java Documentation Aaron Maenpaa 2008-09-16T12:58:48Z 2008-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#71923 4 Answer by Thomas Owens for Java Documentation Thomas Owens 2008-09-16T12:59:09Z 2008-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#71930 7 Answer by stak for Java Documentation stak 2008-09-16T12:59:44Z 2008-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#72595 0 Answer by hopper for Java Documentation hopper 2008-09-16T14:02:25Z 2008-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#72645 0 Answer by Tassos Bassoukos for Java Documentation Tassos Bassoukos 2008-09-16T14:06:07Z 2008-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#72843 0 Answer by tball for Java Documentation tball 2008-09-16T14:23:03Z 2008-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#73978 0 Answer by pgras for Java Documentation pgras 2008-09-16T16:04:34Z 2008-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#75081 0 Answer by Hank for Java Documentation Hank 2008-09-16T17:55:17Z 2008-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#75599 0 Answer by fernandogarcez for Java Documentation fernandogarcez 2008-09-16T18:43:25Z 2008-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>