BP Forums
What are some good books to learn Java? - Printable Version

+- BP Forums (https://bpforums.info)
+-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55)
+--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56)
+---- Forum: Off-Topic (https://bpforums.info/forumdisplay.php?fid=3)
+---- Thread: What are some good books to learn Java? (/showthread.php?tid=746)



What are some good books to learn Java? - Chema - 02-20-2013

I'm interested in learning the Java language and would like to get some recommended books or resources. I've been watching the tutorials at <!-- m --><a class="postlink" href="http://www.youtube.com/user/BrandonioProductions">http://www.youtube.com/user/BrandonioProductions</a><!-- m --> and I really want to get this going! <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin -->
Also, is it a bit late to start to learn Programming or Computer Science? I just turned 19 and I love computers and just recently got an interest in languages and coding.


Re: What are some good books to learn Java? - brandonio21 - 02-20-2013

Unfortunately,I cannot recommend anything other than the only book I've used: Jay Horstman's Computing Concepts with Java Essentials. You can find it on Amazon here: <!-- m --><a class="postlink" href="http://www.amazon.com/Computing-Concepts-Java-Essentials-Horstmann/dp/0471469009/ref=sr_1_1?ie=UTF8&qid=1361401802&sr=8-1&keywords=Java+computing+essentials">http://www.amazon.com/Computing-Concept ... essentials</a><!-- m -->

It has a lot of information about basic Java functions, graphics, Swing interaction, etc. It is great for someone who is new to Java.

Other than that, I can only recommend experimentation. The best way to learn is through self-intellectual fulfillment. If you ever need any help with certain commands, the official Java documentation can be found here: <!-- m --><a class="postlink" href="http://docs.oracle.com/javase/6/docs/">http://docs.oracle.com/javase/6/docs/</a><!-- m -->

If you're 19 you are not too old to start learning about programming. It's never too late to try something new. Just focus and stay determined and you'll be able to accomplish anything!