The Artima Developer Community
Sponsored Link

Java Answers Forum
Beginner Java Book Recomendations

4 replies on 1 page. Most recent reply: Mar 20, 2003 5:42 AM by CR

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 4 replies on 1 page
CR

Posts: 3
Nickname: leafer
Registered: Mar, 2003

Beginner Java Book Recomendations Posted: Mar 19, 2003 5:18 PM
Reply to this message Reply
Advertisement
I know VB, ASP. Have done some Cobol, C, C++ (minor C++..hello world stuff).

I need to learn Java and have 2 to 3 months to learn it. Well get comfortable with it. I need to buy a real decent Java book that's geared to more of a beginner to intermediate level.

Can someone recommend a couple books worth looking at purchasing? I was told to check out Sams books. Any comments. Price is a factor, but I would like to keep it under $100 Canadian.

Thank you for you recomendations and comments.


Rich Burgis

Posts: 17
Nickname: songbird
Registered: Mar, 2003

Re: Beginner Java Book Recomendations Posted: Mar 19, 2003 6:55 PM
Reply to this message Reply
Thinking is Java by Bruce Eckel is great.

You can check it out on-line. Just Google it.

CR

Posts: 3
Nickname: leafer
Registered: Mar, 2003

Re: Beginner Java Book Recomendations Posted: Mar 19, 2003 7:27 PM
Reply to this message Reply
I have a book here by Deitel and Deitel. It's called JAVA How to program 4th edition. Are you familiar with this copy. If so can you compare it to 'Thinking in Java' by Bruce Eckel. Thanks a bunch my friend!!

Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: Beginner Java Book Recomendations Posted: Mar 20, 2003 12:15 AM
Reply to this message Reply
I think a good way to learn would be to get Effective Java, by Joshua Bloch as a companion to Bruce Eckel's Thinking in Java (which, as previously noted, you can download free from Bruce's web site http://www.mindview.net/, or more specifically http://www.mindview.net/Books/TIJ/), or the book you have. With this combination, you can learn good Java programming practices; first get the basics by going through the first few chapters of Thinking in Java. Then, start going through points in Effective Java that look interesting or relevant to you; if you find you need more basics to understand a particular discussion, refer to the particular area in the introductory book. I think this will make it more interesting and engaging for you and you will end up with deeper knowledge. In fact, if you look at the list of people Bill has interviewed on Artima, you'll find they are authors of some of the best books in the industry (case in point: the current interview of the authors of The Pragmatic Programmer).

CR

Posts: 3
Nickname: leafer
Registered: Mar, 2003

Re: Beginner Java Book Recomendations Posted: Mar 20, 2003 5:42 AM
Reply to this message Reply
I heard the Ivor Horton book http://www.techbookreport.com/tbr0010.html), is another great book. Any comments??

Flat View: This topic has 4 replies on 1 page
Topic: EJB / RMI mixed with Servlets Previous Topic   Next Topic Topic: simple array problem

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use