• 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

Head First Java for Java concepts?

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I would like to know if Head First JAVA is sufficient to learn the whole concept of Java ?
and which book is better for Advanced JAVA (J2EE)?
 
Marshal
Posts: 79239
377
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is no one book which will teach you everything. I like Horstmann and Cornell (newer editions available), but that doesn't teach you J2EE.
 
Ranch Hand
Posts: 80
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Campbell Ritchie wrote:There is no one book which will teach you everything. I like Horstmann and Cornell (newer editions available), but that doesn't teach you J2EE.



Agreed, there are tons of good books out there. Learning "the whole concept" of java is not something you'll do after reading one, two or even ten books. I think the question you should ask yourself is what about java do you want to learn and to be able to even answer that you'll probably want to know why.
 
lowercase baba
Posts: 13089
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't think ten books are enough to learn "the whole concept of Java". Some folks say it can take years (as in, ten or more) before you are really good at anything. That would include programming.
 
Campbell Ritchie
Marshal
Posts: 79239
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you think ten lifetimes are enough to learn the “whole concept of Java”?
 
kavi lathigra
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I can see from all of your replies. But , as I asked : will Head First Java help me to understand the concept of java! and yes, reading books is of no use unless practicing it along .
The reason I asked you this question is that, I have seen many books of java, but this one(Head first) helped me a lot, so wanted to know if it could still help me to continue with advanced java.
Thank you.
 
fred rosenberger
lowercase baba
Posts: 13089
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

kavi lathigra wrote:I can see from all of your replies. But , as I asked : will Head First Java help me to understand the concept of java!


Your original post said "the WHOLE concept of java".

Programmers tend to be fairly literal, so by saying "whole", we thought you meant every single aspect of java.
 
Campbell Ritchie
Marshal
Posts: 79239
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

kavi lathigra wrote: . . . I have seen many books of java, but this one(Head first) helped me a lot, so wanted to know if it could still help me to continue with advanced java.
Thank you.

Don't know.
 
kavi lathigra
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok. By "whole" I meant the concept needed such as (OOP,multithreading,abstract class, collections, interfaces, exception handling,inner class,method overloading.)
But I guess, my question does not have any answer.
Anyway!
Thank you
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have a specific forum where we do book reviews https://coderanch.com/forums/f-49/Book%20Reviews. Here's the book review of Head First Java https://coderanch.com/t/93522/Book-Reviews/Head-Java-Bert-Bates-Kathy. You can take a look at the review comments and I think that should give you an idea of what to expect of the book.
 
kavi lathigra
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for clearing my concern.. It helped.. Finally. the book is appreciated by many people.
 
reply
    Bookmark Topic Watch Topic
  • New Topic