• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Best Java Source

 
Ranch Hand
Posts: 210
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like to know your comments regarding the following for learning java, and which one should be preferred according to your experience.

VTC ( video tutorials)
Java in a Nutshell
Head First Java
Thinking in Java
Keystones ( video tutorials)
The Complete Reference for Java



I have already searched the forum for some reccomendations. However, I wanted to have some feedback about the above ones.
Any suggestions would be appreciated. Thanks.
[ February 16, 2006: Message edited by: Aum Tao ]
 
Ranch Hand
Posts: 904
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Aum,

I havn't read any of the books, so I cant really give you an input on
that, but did you look in the JavaRanch's Bunk House ?

www.javaranch.com/books.jsp
 
Sheriff
Posts: 11343
Mac Safari Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From the above list, I am familiar with Head First Java and Thinking in Java, both of which are excellent books. If you are a true beginner, then you will probably find Head First to be more accessible.

Also note that the current edition of Head First is already updated for Java 5.0. An updated edition of Thinking in Java is expected this month, but I don't think it's out yet.
 
Ranch Hand
Posts: 884
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would read as widely as possible. For a start, the free online tutorial at Sun, then probably move on to Head First Java (2nd Ed), and with that foundation, read whatever online articles (Javaworld, Java Tech Tips newsletters) that are available. Would be good if you could read Effective Java & Robust Java.
 
Aum Tao
Ranch Hand
Posts: 210
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your feedback.
 
Ranch Hand
Posts: 336
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would recommend the book rogrammer's guide to java certification by Mughal A Khalid and Rolf W Rasmussen. Its a complete core java book and you can prepare yourself for the SCJP exam too.
 
Ranch Hand
Posts: 820
IntelliJ IDE VI Editor Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Java in a Nutshell won't be very helpful for learning. it is more of a reference. Get a java book that has exercises in the back of each chapter. ( as Thinking in Java and Java Examples in a Nutshell )
The Head First books are great, but I haven't looked at Head First Java yet.

Try the cattle drive here on javaranch.
I didn't really learn until I got started on my own projects and HAD to find out how to do something. So,just dive in by saying, " I want to write a program that does x " and starting out.
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you would like to look at Thinking In Java, the author has put it online for free at:

http://www.mindview.net/Books/TIJ/

Good Luck,
Steve
 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Steve Stanicki:
If you would like to look at Thinking In Java, the author has put it online for free at:

http://www.mindview.net/Books/TIJ/

Good Luck,
Steve



Headfirst and TIJ are both great books, with TIJ being a little harder to read, but going into more detail. Rather then choose between the two, I find that they complement each other pretty well. If I don't quite understand a concept in one, reading the other usually clears it up. The link that Steve has given you will lead you to a free version of TIJ3 which covers JDK 1.4. JDK 1.5 will be covered in TIJ4 which is due out in a week or so. Unfortunately the author has decided not to release TIJ4 in online form, meaning you'll have to buy the book or use TIJ3. Given the amount of effort that Bruce has put into all of the Thinking series, $30.00 or so is a bargin. Amazon has a preorder going on TIJ4 at a pretty reasonable price. I highly recommend both books.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic