RailroadBookstore.com

Photography Discussion Forum - Photo Gallery

Photography Books

Huge Selection - Discount Prices - Money Back Guarantee

We offer a huge selection of photography books at discount prices. All purchases have a money back satisfaction guarantee. Thank you for shopping here!

Guidebooks
Canon
Hasselblad
Kodak
Leica
Nikon
Pentax
Sony
Magic Lantern Guides
Categories
General
Black & White
Color
Digital
Equipment
How To
Reference
Nature & Wildlife
Photo Essays
Photojournalism
Portraits
Travel
Wedding Photography
Photoshop
Lightroom
Software
Drobo External Storage
Railroad Photography
Images of Rail Series
Digital Field Guides
Magic Lantern Guides
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 New: $23.50
as of 3/10/2010 13:27 CST details
You Save: $21.45 (48%)

In Stock


New (54) Used (41) from $18.00

Seller: mambooks
Rating: 4.5 out of 5 stars 259 reviews
Sales Rank: 1,447

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



5 out of 5 stars Best Programming Book I've Ever Read   February 25, 2010
Peach
1 out of 1 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!


4 out of 5 stars Excellent...Almost as good as the Hype   January 19, 2010
Chris Durango (New York, NY)
1 out of 1 found this review helpful

This book is almost as good as the hype. It's perfect for learning Java, especially if you have a bit of a programming background. Java for Dummies is better if you have NO programming or Java experience. If you've taken an entry level college programming course, this book is perfect. Some of the examples I still think got a little convoluted, but only a few. Recommended.

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


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 2008 - RailroadBookstore.com