About Us | Contact Us | Help
Windsorbooks.com

 Location:  Home » Books » Head First Java, 2nd Edition  
Categories
Books
Audio Books
Video Games
Music
Movies
Text Books
Times Best Sellers
Best of 2007
Gift Ideas
Subcategories
Paperback
Mass Market
Trade
Related Categories
• General
Programming
O'Reilly
By Publisher
Custom Stores
• Java
Programming
O'Reilly
By Publisher
Custom Stores
• Web Programming
Programming
O'Reilly
By Publisher
Custom Stores
• Textbook Buyback
Specialty Stores
Books
• Java
Certification Central
Computers & Internet
Subjects
Books
• General
Certification Central
Computers & Internet
Subjects
Books
• General
Java
Programming
Computers & Internet
Subjects
• General
Languages & Tools
Programming
Computers & Internet
Subjects
• Object-Oriented Design
Software Design, Testing & Engineering
Programming
Computers & Internet
Subjects
• General
Programming
Computers & Internet
Subjects
Books
• General
Software
Computers & Internet
Subjects
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books
• Bates, Bert
Authors 1
Authors (feature_four_browse-bin)
Unlaunched Refinements
Refinements
• Sierra, Kathy
Authors 11
Authors (feature_four_browse-bin)
Unlaunched Refinements
Refinements

Head First Java, 2nd Edition

Head First Java, 2nd EditionAuthors: Kathy Sierra, Bert Bates
Publisher: O'Reilly Media
Category: Book

List Price: $44.95
Buy Used: $17.70
as of 7/29/2010 12:03 EDT details
You Save: $27.25 (61%)



New (48) Used (64) from $17.70

Seller: texttsar
Rating: 4.5 out of 5 stars 268 reviews
Sales Rank: 1429

Media: Paperback
Edition: 2nd
Pages: 688
Number Of Items: 1
Shipping Weight (lbs): 2.9
Dimensions (in): 9.2 x 8 x 1.5

ISBN: 0596009208
Dewey Decimal Number: 005.133
EAN: 9780596009205
ASIN: 0596009208

Publication Date: February 9, 2005
Availability: Usually ships in 1-2 business days

Features:
  • ISBN13: 9780596009205
  • Condition: New
  • Notes: BUY WITH CONFIDENCE, Over one million books sold! 98% Positive feedback. Compare our books, prices and service to the competition. 100% Satisfaction Guaranteed

Also Available In:

  • Paperback - Head First Java: Your Brain on Java - A Learner's Guide

Similar Items:


Editorial Reviews:

Amazon.com Review
It has taken four years, but with Head First Java the introductory Java book category has finally come of age. This is an excellent book, far more capable than any of the scores of Java-for-novices books that have come before it. Kathy Sierra and Bert Bates deserve rich kudos--and big sales--for developing this book's new way of teaching the Java programming language, because any reader with even a little bit of discipline will come away with true understanding of how the language works. Perhaps best of all, this is no protracted "Hello, World" introductory guide. Readers get substantial exposure to object-oriented design and implementation, serialization, neatwork programming, threads, and Remote Method Invocation (RMI).

Key to the authors' teaching style are carefully designed graphics. Rather than explain class inheritance (to cite one example) primarily with text, the authors use a series of tree diagrams that clarify the mechanism far more succinctly. The diagrams are carefully annotated with arrows and notes. Also characteristic of the unique teaching strategy is heavy reliance on exercises, in which the reader is asked to complete partial classes, write whole new code segments and do design work. Though there's little discussion of why the exercises' correct answers are what they are, it's clear that the practice work was carefully designed to reinforce the lesson at hand. If you've waited this long to give Java a try, this book is a great choice. --David Wall

Topics covered: The Java programming language for people with no Java experience, and even people with no programming experience at all. Key concepts read like a list of Java features: Object oriented design, variable type and scope, object properties and methods, inheritance and polymorphism, exceptions, graphical user interfaces (GUIs), network connectivity, Java archives (JAR files), and Remote Method Invocation (RMI).

Product Description
Learning a complex new language is no easy task especially when it s an object-oriented computer programming language like Java. You might think the problem is your brain. It seems to have a mind of its own, a mind that doesn't always want to take in the dry, technical stuff you're forced to study.

The fact is your brain craves novelty. It's constantly searching, scanning, waiting for something unusual to happen. After all, that's the way it was built to help you stay alive. It takes all the routine, ordinary, dull stuff and filters it to the background so it won't interfere with your brain's real work--recording things that matter. How does your brain know what matters? It's like the creators of the Head First approach say, suppose you're out for a hike and a tiger jumps in front of you, what happens in your brain? Neurons fire. Emotions crank up. Chemicals surge.

That's how your brain knows.

And that's how your brain will learn Java. Head First Java combines puzzles, strong visuals, mysteries, and soul-searching interviews with famous Java objects to engage you in many different ways. It's fast, it's fun, and its effective. And, despite its playful appearance, Head First Java is serious stuff: a complete introduction to object-oriented programming and Java. You'll learn everything from the fundamentals to advanced topics, including threads, network sockets, and distributed programming with RMI. And the new. second edition focuses on Java 5.0, the latest version of the Java language and development platform. Because Java 5.0 is a major update to the platform, with deep, code-level changes, even more careful study and implementation is required. So learning the Head First way is more important than ever.

If you've read a Head First book, you know what to expect--a visually rich format designed for the way your brain works. If you haven't, you're in for a treat. You'll see why people say it's unlike any other Java book you've ever read.

By exploiting how your brain works, Head First Java compresses the time it takes to learn and retain--complex information. Its unique approach not only shows you what you need to know about Java syntax, it teaches you to think like a Java programmer. If you want to be bored, buy some other book. But if you want to understand Java, this book's for you.


Customer Reviews:
Showing reviews 1-5 of 268
1 2 3 4 5 6 ...54Next »



4 out of 5 stars The perfect starter book for learning Java for programmers   July 17, 2010
Chris (Chattanooga, Tennessee USA)
This book's main specialty in my opinion is learning the language itself (versus use of language). It really helps you understand not only what is going on, but why you do things a certain way. This is what sets it apart from some of the other good Java books. However, I wish it had more real life code. A little less animals and shapes kind of stuff. It also seemed like Java generics (ArrayList) was kinda thrown in at the end. Also, database coverage was lacking entirely. Since almost all real applications these days (especially business apps) use them, it is an issue to not have a good bit of coverage of them.

Pros:
Good core explanation of the language
Good core explanation of object oriented programming
Easy to read and move at a pace that you like

Cons:
Not much "real code" that you would reference later
Not many "real life" examples. Lots of animals, instead of real life uses
A little lacking in certain areas like GUI design (of course Swing is pretty weak in this area...)
Database coverage

Your best bet is to get this book and read it cover to cover to really understand Java. Then grab Murach's Java 6 book to further that understanding and see the language used in real life situations including databases. You can also reference Murach's later too since it has good code examples.



1 out of 5 stars Cute, but useless   July 10, 2010
Karl Core (Baltimore, MD)
3 out of 5 found this review helpful

First, a general comment on programming books: Stop giving people useless code examples. People learn how to program by actually programming. When will someone make a book that gives you useful, practical, hands on exercises instead of useless code snippets?

Specific to this book is the fact that they're worse about this useless code than anyone else I've ever seen. They gloss through scores of different topics quickly, with little detail or practical use. You will not learn Java from this book.



5 out of 5 stars A great way to learn!!!!   June 18, 2010
TooManyTimeZones (Plano, TX)
2 out of 3 found this review helpful

Do you EVER remember laughing out loud while studying a computer language? (I'm not talking about the sleep-deprived, caffeine-induced, maniacal style). Well, I find myself laughing, and learning, in every single chapter of Head First Java. Kathy Sierra and Bert Bates write in an engaging style, combining fun visuals with effective analogies that truly make learning fun. I highly recommend the book.Head First Java, 2nd Edition


5 out of 5 stars The best Java learning source for non IT people.   May 27, 2010
Ian Derek Farren Gause (Chile)
3 out of 4 found this review helpful

Are you familiar with the "For Dummies" book series?

Well, the Head First book are like the next step of the Dummies books. Don't get me wrong, these aren't books that covers only superficial information, these are books that go deep into complex subjects, but the do it in a very brain friendly way. You can get a guru level by reading the Head First books, but it seems so simple that it feels almost like cheating.

I learned long time ago that I learn by visualization. For me, a simple graph could tell way more that a hundred spreadsheets. If you are like me (and I believe most of the people are), you will benefit a lot from these books.

Now, regarding to the Java book, its very good. I have read three books of this series, all of them very good, but the Java one is the best. I don't have a strong software developing background, but with this book I learned an acceptable Java in two weeks.



1 out of 5 stars A good book, but only if you already know Java   May 22, 2010
Samuel W. Mitchell (Hadley, MA United States)
4 out of 5 found this review helpful

I have experience programming, and tried to use this to learn Java, and about OO programming generally.

I really wanted to like the book. It is (as many say) entertaining, and I like the idea behind the book (that people learn best from illustrated instruction that isn't too dense and serious).

After reading a few chapters and doing all the exercises, and some of the puzzles, I tested myself, and found that I hadn't acquired any ability to do even simple things in the language, even though I can program in Pascal well, and in C pretty well.

I switched to another book (Cadenhead's _Java in 24 hours_). At the end of that, I could do reasonable things such as write applications to find medians. I looked, also, at Weisfeld's _Object-Oriented Though Process_, which taught me about OO programming concepts. I like both these, and would recommend them.

Then I came back, and found this book entertaining, and occasionally informative. It is a slightly unsystematic tour through the Java language, with sidelights on topics you use, but which seem odd. The style is casual, but so are the explanations. I would have no good idea what encapsulation was from this book, for example.

Before I had bought the book, I would have liked to know how hard it is to use the book to actually acquire the skill of programming in Java. I regret having bought it, and would have preferred to just look through it in a library, or borrow it briefly from a friend.

Is it possible that many of these positive reviews are from people who already understand Java?


Showing reviews 1-5 of 268
1 2 3 4 5 6 ...54Next »


CERTAIN CONTENT THAT APPEARS ON THIS SITE COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED ‘AS IS’ AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME.
Copyright © Windsorbooks.com 1996 – 2008.
Online since 1996
Ad unit2 160x90
Sponsors Ad
Ad unit3 120x240
Sponsors Ad
Your Title Here globalpetvillage
Sponsors Ad
books and gifts