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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Advise book

 
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi guys,
A good book about java?
I am reading "effective java" book - Boch... IT is good book?

Thanks
Di Donato
 
Greenhorn
Posts: 16
Netbeans IDE Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
i'v seen countless number of people study this book and it is adviced so often. so yes i think that's a good one
i'm studying "Pearson Absolute Java 5th Edition by Walter Savitch" which is completely satisfactory.
 
Marshal
Posts: 80123
416
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Yes, that is a good book, But it is not a beginner's book, nor is it intended for somebody learning Java®.
Go through our books pages.
 
author & internet detective
Posts: 42056
926
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

Dora Di Donato wrote: I am reading "effective java" book - Boch... IT is good book?


Yes, it is a good book. In fact we are discussing it this month in the Bunkhouse Lounge.

As far as recommending another "good book", what are your goals? What do you want to learn? Java 8? Design patterns? Databases? Testing?
 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

Dora Di Donato wrote:Hi guys,
A good book about java?
I am reading "effective java" book - Boch... IT is good book?

Thanks
Di Donato


Well, depends..
Do you already know Java programming language or not?
"Effective Java" is definitely the book to read if you are going to do any serious Java development but it is not intended to be a tutorial about Java language.
 
Dora Di Donato
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I know already java but i want to improve ...it, so i need read a good book.I think for me is better to read about design pattern.

Thanks
Di Donato
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
"Effective Java" is a great book if you already have some experience with Java and you want to learn about good practices and common pitfalls. So, if you already know Java, as you are saying, and you want to improve, then I highly recommend "Effective Java".
 
Bartender
Posts: 10780
71
Hibernate Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

Dora Di Donato wrote:I think for me is better to read about design pattern.


I disagree. Design patterns are for people who are quite advanced, and they are NOT Java-based, so you often have a bit of translation to do. The other thing is that they tend to result in "thinking in patterns" which can be magic, can be tragic. I've seen plenty of code where someone obviously decided "Hey, I'll use the Factory pattern" when there really wasn't any need to, resulting in a ten dollar class when a two-bit one would have done just as well.

Design patterns are for after you've read (and digested, and used some of the stuff in) Effective Java. And I'll echo the others here: It is, bar none, the best "why to" book I've ever read about ANY language; and why Josh Bloch doesn't have a stack of Jolts in his cupboard for it I don't know (it won one, in 2002).

Winston
 
Greenhorn
Posts: 1
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Effective Java is the great book, but if you are newbie you can go with other books like "Beginning Java 2 SDK" by Ivor Horton , "Learning Java" by Patrick Niemeyer, Jonathan Knudsen.
These 2 books are really helpful for you to understand java in detail.
 
Winston Gutkowski
Bartender
Posts: 10780
71
Hibernate Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

swetha charan wrote:but if you are newbie you can go with other books like "Beginning Java 2 SDK" by Ivor Horton...


Thanks for those swetha.

And welcome to javaRanch!

Winston
 
Campbell Ritchie
Marshal
Posts: 80123
416
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
The only editions of the Horton book I could find on Amazon were for the 1.4JDK, which I think is too old.
 
Marshal
Posts: 4666
584
VSCode Eclipse IDE TypeScript Redhat MicroProfile Quarkus Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

Campbell Ritchie wrote:The only editions of the Horton book I could find on Amazon were for the 1.4JDK, which I think is too old.


This is Horton's latest Java book: Ivor Horton's Beginning Java - Java 7 Edition edition (September 27, 2011)
 
Campbell Ritchie
Marshal
Posts: 80123
416
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
That is more like it! I still didn't find it earlier. I must have looked in the wrong place.
 
Everybody's invited. Even this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
    Bookmark Topic Watch Topic
  • New Topic