Workingdogs Outfitter Logo  
The international magazine for and about working and sporting dogs -- and the people who love them.
 
Home Books and Dog Equipment Classified and Premium Ads Working Dog Articles Canine Health Articles Working Dog Resources About Workingdogs.com
 Location:  Home » Books » Head First Java, 2nd Edition  
Categories
Electronics
Outdoor Living
Home and Garden
Photo and Camera
Sporting Goods
Computers
Jewelry
Kitchen
Wireless
Books
Magazines
Toys
Music
VHS
DVD
Software
Clothing
Automotive
Office Products
Tools & Hardware
Health Care
PC Games
Wireless
Doors Gates Steps
Pet Memorials
All Pet Supplies
E-Books
Music Downloads
Online Videos
Subcategories
Paperback
Mass Market
Trade

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.49
as of 3/22/2010 08:12 MDT details
You Save: $27.46 (61%)



New (57) Used (47) from $17.49

Seller: aurigadistributionservices
Rating: 4.5 out of 5 stars 260 reviews
Sales Rank: 1156

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

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 260
1 2 3 4 5 6 ...52Next »



5 out of 5 stars The best intro to java book.   March 16, 2010
Terry
1 out of 1 found this review helpful

I have read other java books and because of the nature of the material, I lose focus. This book is very different. It makes a dry subject much easier to understand. After reading this book I am surprised at how well I understand the subjects such as objects, inheritance, encapsulation, serialization and other java/programming subjects. Instead of just telling you how something works, it makes you understand it intuitively so that you don't just know how something works you understand why it works in a fun way. The chapter on serialization uses a picture of an inflatable frog. This kind of silliness breaks up the monotiny of the subject and really helps to make the information understandable while keeping you awake. It is a very helpful book for learning how to think like a programmer. I highly recommended for people with short attention spans (like myself).


5 out of 5 stars Best Programming Book I've Ever Read   February 25, 2010
Peach
2 out of 2 found this review helpful

I was a little confused about how to set up the Java compiler at first. The instructions in the book were basic and unclear. The author assumed you had some experience setting up compilers already and that you knew where to save your files and how to set up your command prompt. I was lost at first, but Google told me where to get the Java Development Kit and NetBean (a Java text editor).

I would take a star off, but the beginning says that the book is intended for people who have tried at least some basic programming before. They weren't talking about HTML.

Besides the initial set up, I have had no other trouble. I've done some programming with Javascript, PHP, and just a bit of C++. I know all about variables, operators and loops, but not enough to actually do anything useful. For me, the pace of this book is perfect so far. I try to do a chapter a day, and this text is entertaining enough that I'm not counting the pages until the chapter ends.

If you want to learn Java, get this book. But if you are completely new to programming you will want to spend more time in the first few chapters. If you hit a confusing section, you can use Google and forums to clear things up.



5 out of 5 stars Its great!   February 8, 2010
Vesio Ribeiro Marinho (Paraíso do tocantins, BR)
I have loved it since I received it. It is really helping to learn the java language. I recommend it to all of you.


5 out of 5 stars The most compreensive learning book on Java   February 7, 2010
C. Neto
When I first head of Java, I became very interested in the programming language and started looking for good books and resources to learn it, I tell you, it was a hard road, but I finally found Head First Java.

The book consider you're a beginner on programming and want to learn Java, if that's your case, go ahead, there's no better book to do it.

It starts with very basic concepts of objects, structured programming going to methods, API, classes, interfaces, inheritance, polymorphism and advanced concepts like RMI(Remote Method Invocation), Threads and sockets. But what's best: It covers these topics in a very friendly way, don't expect this book to be that thick books with text only, no, almost every page got a picture to illustrate what they're trying to explain and they know what they're doing, author Kathy Sierra has good knowledge of meta cognition, that is, she knows how the brain "learn".

The negative point could be that it doesn't cover databases and some topics are covered superficially, but I think with the basic knowledge of that concept, you can learn the rest yourself.

A great book, very recommended! 5 Stars, no doubt.



5 out of 5 stars Head First Java 2nd Edition Review   February 3, 2010
Magus
2 out of 2 found this review helpful

I am using this book as part of a graduate-level beginning Java course. This book is both a fun and easy read, guiding you through the fundamentals of the language at a pace you don't even realize until you're done with a chapter. I have taken Java before, so it made the book even easier for me than it would be for most newbies, but it's still highly accessible for anyone with a basic programming background. I like doing puzzles, so the challenges they put at the end of each chapter, and within the chapters, were awesome! One tip: read the Intro section of the book--it lets you understand the approach the book takes a lot better, including that you can enjoy the experience!

Showing reviews 1-5 of 260
1 2 3 4 5 6 ...52Next »


head first  java  java programming  object oriented  programming  
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.
Working Dogs
HOME | SEARCH | BOOK & Gear | Classifieds | Articles | Health | Resources | About Us | Privacy Statement

All site contents and design Copyright 1996 © Working Dogs
Please feel free to link from your site to any of the pages on Working Dogs domain in a non-frame presentation only.
You may not copy, reproduce, or distribute any site content in any form.
Copying and distribution of any Working Dogs domain content may be done only with publisher's consent.
For information on reprinting articles please contact Working Dogs.
Page