• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Best E Book

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is the best e book for Java Beginners
 
Ranch Hand
Posts: 449
Scala IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ab Karunaratne wrote:What is the best e book for Java Beginners


check out bunkhouse. Hope that helps
 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ab Karunaratne wrote:What is the best e book for Java Beginners



I am just starting Java and have found Java How to Program by Paul and Harvey Deitel very nice! It has been easy for me to understand, the examples are done really well, they have an online book to coincide with the physical book and plenty of code samples online as well as challenges at the end of each chapter!
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have found SAMS Teach Yourself Programming with Java™ in 24 Hours quite interesting. The author is very jolly type and you learn Java in between so many jokes. You do not lose interest and keep on reading more and more!
 
Marshal
Posts: 79698
381
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch Umair Khan. I disagree with you about the SAMS book, I am afraid; I don't think it teaches enough object-orientation.
 
Umair Khan
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Campbell Ritchie wrote:Welcome to JavaRanch Umair Khan. I disagree with you about the SAMS book, I am afraid; I don't think it teaches enough object-orientation.



May be you are right. But I think it is good for a beginner who doesn't know even OOP. This target of this book are those who don't even know any language at all, thus it is easy as well.
 
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Umair Khan wrote:I have found SAMS Teach Yourself Programming with Java™ in 24 Hours quite interesting. The author is very jolly type and you learn Java in between so many jokes. You do not lose interest and keep on reading more and more!



Teach Yourself <Something> in <duration> - These books arent really recommended to anyone. A related Article: http://norvig.com/21-days.html

Ab Karunaratne wrote:What is the best e book for Java Beginners



I always recommend- Head First Java for the beginners- its from my personal experience. You can even supplement this with Core Java- By Horstmann (a bit on the advanced side, but the examples used in the book are really good- No Toy examples).
 
Ranch Hand
Posts: 128
Hibernate Eclipse IDE Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would also recommend Thinking in Java By Bruce Eckel
 
Campbell Ritchie
Marshal
Posts: 79698
381
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You may be able to download the 3rd edition of Eckel's book free of charge.
 
ice is for people that are not already cool. Chill with this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic