Books
Computers Electronics Home & Garden Jewelry Movies Music Toys
Search for: in
Objects First With Java : A Practical Introduction Using BlueJ (2nd Edition)
by Prentice Hall
Objects First With Java : A Practical Introduction Using BlueJ (2nd Edition) - Click to Enlarge
Avg. Rating: 5 of 5 stars (based on 5 reviews)
$6.30 to $75.17 from 4 stores
The new edition of this best-selling book brings it up-to-date with the latest developments in the field and … Read more
Similar ItemsNEW!
Be Prepared for the AP Computer Science Exam in Java
$8.43 to $22.99 from 4 stores
Beginning Java Objects: From Concepts to Code, Second Edition
$7.50 to $54.99 from 8 stores

See more below
Information Below:  Store Prices  |  Customer Reviews  |  Similar Items


Compare Prices From 4 Stores
View: All  |  New  |  Used
Sort By
Store Name
Sort By
Store Rating
Sort By
Price
Sort By
Shipping
 
Description
 
Buy
eCampus.com
Store Info
Be the first to write a review See site Objects First With Java: A Practical Introduction Using BlueJ
In stock!
See it at at
eCampus.com
Buy.com
Store Info
Be the first to write a review See site Objects First with Java
In stock!
See it at at
Buy.com
Store Info Be the first to write a review
Used
See site Objects First With Java : A Practical Introduction Using BlueJ / With CD EDITON:… See it at at
Phat Campus
Store Info Be the first to write a review See site Objects First With Java : A Practical Introduction Using BlueJ / With CD EDITON:… See it at at
Phat Campus
* Prices and availability are subject to change without notice. Please check the merchant store for details.
List Your Products -
Customers Who Viewed This Item Also Viewed

Be Prepared for the AP Computer Science Exam in Java
$8.43 to $22.99 from 4 stores

Beginning Java Objects: From Concepts to Code, Second Edition
$7.50 to $54.99 from 8 stores

How to Prepare for the Ap: Computer Science Advanced Placement Examination (Barron's How to Prepare for the Ap Computer Science Advanced Placement Examination)
$6.99 to $16.95 from 6 stores

The Elements of Java Style
$1.07 to $17.95 from 3 stores

Java : An Eventful Approach
$20.00 to $114.40 from 7 stores

Data Structures and Algorithms in Java (2nd Edition)
$9.00 to $70.99 from 6 stores

Beginning Java Objects: From Concepts to Code
$4.90 to $44.99 from 1 store

Head First Design Patterns
$6.00 to $46.16 from 7 stores

Gender and Computers: Understanding the Digital Divide
$6.99 to $27.50 from 5 stores

Beginner's Java 2 v1.5 2004 on DVD
$20.45 to $29.95 from 3 stores

Just Java(TM) 2 (6th Edition)
$7.20 to $65.99 from 2 stores

Java Methods: An Introduction to Object Oriented Programming
$20.00 to $43.75 from 4 stores

Product Description
Objects First With Java : A Practical Introduction Using BlueJ (2nd Edition)
Book Description
The new edition of this best-selling book brings it up-to-date with the latest developments in the field and builds on the clear, accessible approach that has contributed to its success. BlueJ is a Java development environment that runs on top of the Sun Microsystems Java Development Kit is provided free with every book, and makes use of the standard compiler and virtual machine. It allows readers to visually create objects of any class and interact with their methods. The traditionally difficult concepts of objects and classes are brought alive in an easily manipulable visual form. This truly “objects first” approach within the customized BlueJ environment has revolutionized the way programming is learned. The new edition includes a new chapter on GUI programming and Swing, incorporates coverage of JUnit-style testing and assertions, and includes 100 new exercises, many independent of the projects. The new edition is also now presented in 4-color. In addition to the new features of this edition, the book retains a truly objects first approach and takes a project driven approach to problem solving. The book is structured along the lines of fundamental development tasks-providing readers with clear coverage of the principles of object-oriented programming. Programmers and non-programmers who want to learn how to develop and implement object-oriented Java with a state of the art approach and user-friendly programming environment.
Customer Reviews
1 out of 1 people found the following review helpful:
5 of 5 stars  Really learn Java with "Objects First" and Bluej
Tuesday, May 10, 2005
One really bad way to teach basic math in elementary school is to stick a calculator into a kid's hand and have her learn how to use it. The kid might be multiplying large numbers together in no time, but she won't have any real understanding of what she's doing. There's an analagous problem with learning computer programming languages using the latest whizzy integrated development environments (IDEs). The IDE does a lot of the leg work for you behind the scenes and code gets 'automagically' generated, but you don't really understand what's going on. Worse still, some of the major Java IDEs are so feature-rich that it's an uphill struggle just to understand the IDE, let alone to try and learn Java and object-oriented programming (OOP). If what I've just described mirrors your own experience in trying to learn Java using the popular Java IDEs, then read on ... the wonderful Bluej Java enviroment and this accompanying book, may be just what you've been looking for.

"Objects First with Java" is an absolute Godsend for anybody who wants to really learn Java from the ground up, and in the process, develop a clear understanding of object-oriented programming. The examples in the book are superbly illustrated using the author's "BlueJ" Java environment which comes on the CD included with the book. BlueJ lets you create your own Java modules and then interact directly with them, allowing you to experiment with their behavior as you edit and compile individual Java classes. Based upon the example projects that also come on the CD, you can alter or rewrite the Java code, compile it with BlueJ and immediately see the results. This kind of direct experimentation makes learning more fun and allows the reader to really assimilate the core principles of the Java language and the OOP paradigm that it embodies.

The book is beautifully laid out with code snippets, subject summaries and exercises all color-coded. The text is written in an accessible and conversational style that is lacking in a lot of the traditional, "dry" computer texts that are often about as much fun as having root canal work. In spite of this, the book manages to completely avoid the "light and fluffy" approach of some tutorial style texts that are overly chatty and ultimately rather lighweight. "Objects First" is a serious text for anybody wanting to learn Java and OOP and although I consider myself an experienced programmer in other computer languages, with considerable prior exposure to OOP, I never felt bored or talked down to by this book.

In summary then, I whole-heartedly recommend this book to new and experienced programmers alike who wish to learn Java well and my advice would be this: Do yourself a favor, put aside the complex Java IDE for now, buy this book, download the latest editions of BlueJ and Sun's Java environment from the web (the versions on the CD are not the latest and greatest) and REALLY learn Java!

5 of 5 stars  Simply the best intro into Java / OO you are going to get
Wednesday, April 13, 2005
More than that, after more than 20 years in IT, this is also the best IT text book I have ever read, end of story. I had done a 5-day Java course some months before I read the book, and found it a real slog. Just as the authors claim, the syntax first approach which was used in the course, was as confusing as hell for all of us old COBOL mainframers there.

Although you may find BlueJ is not without its bugs, the concept behind it, of visually displaying objects, and not emphasizing the Java Main method, is truly inspired (get the book if you dont know what I mean)!

One thing: make sure you get the 2nd ed of this book, I found some annoying quirks in the 1st first edition, that the authors have cleaned up here(eg, you had to trawl thru their website to get some of the install instructions).

2 out of 2 people found the following review helpful:
5 of 5 stars  Simply brilliant
Thursday, March 03, 2005
To make it short: this is the best book I've seen so far if you want to understand what object oriented programming is about, and not just memorise the Java syntax.

The book really takes you through the process of developing applications, with great attention to detail in respect to object-oriented style, and you get the Java details, almost as an aside, automatically.

I love the fact that the book does not just present complete finsihed projects, but talks you through various stages of development, taking the magic out of software development.

This book is clearly for beginners, but it is so well written that even people who think they know how to do this stuff will find something worthwhile in it.

1 out of 1 people found the following review helpful:
5 of 5 stars  Learn by doing: best intro to a programming language
Thursday, February 17, 2005
Not all intro Java books are created equal, and this one is definitely worth the price.

I've had formal education in 3 programming languages, and this book is by far the best one I've ever read. It's because the chapters walk you through the design, implementation, and refactoring of actual Java projects. Vocabulary and concepts are taught in the process, so you find yourself absorbing the facts by necessity.

The book comes with an application called BlueJ, which models Java classes and object relationships. You can check your work against code samples on the CD as you complete the milestones of each project.

If you learn by doing, and you need to learn Java and OO, this book is for you.

2 out of 2 people found the following review helpful:
5 of 5 stars  Beginners, don't think twice !!!
Thursday, January 27, 2005
I didn't buy this book for an introductory course in college, I bought it cause I wanted to go through some topics that weren't that clear for me. I definitely have to say this is a great book for reading. As some others have said, this is no reference book, this one is for enjoying and learning basic concepts not nicely taught in college. Buy it if you are a newbie or a not so newbie who wants to review important things in OOP and Java. An important thing is that since this is not a reference book, you won't find many examples regarding a certain topic... for that you can use the internet

I haven't finished it yet, but so far so good !!

See all customer reviews...
Home  |  About Priceflo  |  Tell a Friend  |  List Your Products  |  Merchant Login  |  Site Map  |  Help

© 2008, Priceflo, Inc. All rights reserved. Privacy Policy  |  Terms of Service