This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes Java Book Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Java Book" Watch "Java Book" New topic
Author

Java Book

Jitendra Jha
Ranch Hand

Joined: Jan 28, 2007
Posts: 91
Which book gives the most complete knowledge of core Java in the most systematic way?
I mean i have read few books but found them to be lacking in one aspect or the other!!!
I want a book which looks into the depths of java alongside giving us different pitfalls faced by novice java programmers.


Thanks
Jitendra
(SCJP1.5)


Jitendra
SCJP1.5
SCWCD1.5
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Which books have you read, and in which aspects have you found them to be lacking? A book that covers both the depth and the width of Java would be a very thick book indeed - probably not possible, or at least not practical.


Android appsImageJ pluginsJava web charts
Jitendra Jha
Ranch Hand

Joined: Jan 28, 2007
Posts: 91
I have read Herb Schildt(Complete Reference), Wrox Publication's java5 by Horton
and K&B for cert(scjp)
I understand that the book providing complete java understanding would be quite thick
but i would like a book which comes nearest to the task
The books i read were written with a specific task(teaching java to beginners)
Now i want a book which can help with my quest at becoming a good programmer...

Thanks
Jitendra(SCJP1.5)
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32675
    
    4
Probably a good idea to go onto Amazon and read the sample chapters first, then see how you like the style of each book. Some I think would be suitable:
  • Thinking in Java, Bruce Eckel. 3rd edition available free online, 4th edition available, paid for.
  • Core Java 2, C Horstmann and G Cornell. There is a 7th edition now available.
  • Effective Java, Joshua Bloch. There is supposed to be a new edition available within a few days.
  • Opininons of books vary; one person will like one book, somebody else another.
    Jitendra Jha
    Ranch Hand

    Joined: Jan 28, 2007
    Posts: 91
    Originally posted by Campbell Ritchie:
    Opininons of books vary; one person will like one book, somebody else another.


    I agree.
    Thanks a lot.i will certainly check the books you have suggested.
    Ulf Dittmer
    Marshal

    Joined: Mar 22, 2005
    Posts: 35241
        
        7
    Also, your fellow JavaRanchers have written reviews of many Java books which can be found in the Bunkhouse.
    [ May 26, 2008: Message edited by: Ulf Dittmer ]
     
    I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
     
    subject: Java Book
     
    Similar Threads
    SDK 1.3 vs 1.4
    Cleared SCWCD 1.5 with 98%
    Best book to get SCMAD
    Cleared SCWCD 1.5 with 98%
    Inner class help