79 used & new from $2.05

Have one to sell? Sell yours here
 
 
Objects First With Java: A Practical Introduction Using BlueJ (3rd Edition)
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Objects First With Java: A Practical Introduction Using BlueJ (3rd Edition) (Paperback)

~ (Author), Michael Kolling (Author)
4.2 out of 5 stars  See all reviews (32 customer reviews)


Available from these sellers.


23 new from $2.99 56 used from $2.05

Formats

Amazon Price New from Used from
Hardcover, Import --  
Paperback $79.74  
Paperback, June 15, 2006 --  
Multimedia CD, Import --  

Customers Who Bought This Item Also Bought


Editorial Reviews

Product Description

The book has a very clear identity. It takes a truly objects first approach to teaching problem solving using Java. These are complicated concepts so the book uses the development environment BlueJ to help the student's understanding. BlueJ has a strong emphasis on visualization and interaction techniques, and allows the students to manipulate objects and call methods as a first exercise. BlueJ is free and freely available, and has been developed specifically for teaching. The book is loaded with projects so that the student can really get a grip on actually solving problems; and it takes a spiral approach , introducing a topic in a simple context early on, then revisiting it later in the book to deepen understanding. It also comes with a CD containing JDK, BlueJ, a BlueJ tutorial and code for all the projects. The website contains style guide for all examples, PowerPoints for lecturers and also a Solutions Manual.

From the Back Cover

Objects First with Java:
A Practical Introduction Using BlueJ

Third Edition

David J. Barnes
Michael Kölling

The BlueJ revolution goes on! The third edition of Objects First with Java has been fully updated for Java 5.0, and features a new version of BlueJ providing even stronger support for learning Java syntax and semantics.

Hallmark features

  • An ‘Objects First’ approach encourages students to exploit the power of OOP from the beginning
  • A project-driven approach applies a problem-solving method to real applications.
  • A CD-ROM containing the JDK and versions of BlueJ for a variety of operating systems
  • A Companion Website at www.pearsoned.co.uk/barnes includes a style guide for all program examples, PowerPoint slides and other resources for both students and instructors.
  • Additional resources can be found on the BlueJ website: www.bluej.org/objects-first/

New to the third edition

  • Fully compliant with Java 5.0 features including generics
  • A revised treatment of autobox and enumerators
  • Expanded coverage of graphics and GUI programming
  • A new version of the BlueJ environment, featuring:
    o Full support for Java 5.0
    o An all-new interface ‘look and feel’
    o A new ‘Code Pad’ feature, allowing immediate execution and evaluation of Java code.

About the Authors

David Barnes has 25 years experience in teaching programming. He and Michael Kölling both teach introductory Java courses at the Universityof Kent, Canterbury. Michael Kölling was a key member of the team that developed BlueJ at MonashUniversityin Australia.

 

[Copy to appear on inside front cover of 3rd edition]

From reviews of the original edition

“The book represents a valuable, new approach to introductory programming; it is still my best choice as textbook for the introductory programming course.”
—Michael Caspersen, University of Aarhus, Denmark

“This is the most innovative approach to teaching an Introduction to Programming course I have seen so far.”
—Clemens Martin, University of Ontario

“I would like to thank the authors for their good job on this book, and the wonderful BlueJ, the best programming environment for students learning Java.”
Ying Zhou, Rhode Island College

 

The first true ‘objects first’ introductory text; the best introduction to objects and OO programming concepts I have ever seen.”

—Michael Goldweber, XavierUniversity

 

“The more I read Barnes and Kölling’s book, the more impressed I am with it. It is a pedagogical masterpiece.”

—Ian Bridgewood, CopenhagenUniversityCollegeof Engineering


Product Details

  • Paperback: 520 pages
  • Publisher: Prentice Hall; 3 edition (June 15, 2006)
  • Language: English
  • ISBN-10: 013197629X
  • ISBN-13: 978-0131976290
  • Product Dimensions: 9.5 x 7.3 x 1.2 inches
  • Shipping Weight: 2.2 pounds
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (32 customer reviews)
  • Amazon.com Sales Rank: #97,849 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #18 in  Books > Computers & Internet > Programming > Java > Beginner's Guides

More About the Authors

Discover books, learn about writers, read author blogs, and more.

What Do Customers Ultimately Buy After Viewing This Item?

Objects First With Java: A Practical Introduction Using BlueJ (3rd Edition)
94% buy the item featured on this page:
Objects First With Java: A Practical Introduction Using BlueJ (3rd Edition) 4.2 out of 5 stars (32)
Head First Java, 2nd Edition
3% buy
Head First Java, 2nd Edition 4.4 out of 5 stars (258)
$29.67
The Elements of Java Style
1% buy
The Elements of Java Style 4.2 out of 5 stars (33)
$13.67
Learning Java
1% buy
Learning Java 3.7 out of 5 stars (67)
$29.67

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(2)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

32 Reviews
5 star:
 (19)
4 star:
 (5)
3 star:
 (4)
2 star:
 (2)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
4.2 out of 5 stars (32 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
38 of 39 people found the following review helpful:
5.0 out of 5 stars Really learn Java with "Objects First" and Bluej, May 10, 2005
By Gordon Webster (Cambridge, MA, USA) - See all my reviews
(REAL NAME)   
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!
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
20 of 20 people found the following review helpful:
5.0 out of 5 stars Awesome book for understanding OOP, December 26, 2003
This book is what I've always looked for, it doesn't expect you to know anything about OOP or even programming. Step by step the author takes you into the concepts of OOP. There are no "hidden" steps, that you must understand without explanation, every construct that is used is explained when it's used, and the steps are small enought to give everyone the time to understand everything thoroughly. The book has always additional excercises for every chapter, that help you to retry the concepts you've learned. This is very helpful because you might have the feeling that you'd understand what you've read, but it might be that you just understood the example not the concept itself. So I can recommend this book to everyone who wants a real good start in Java and OOP. This book is not meant as a reference book, it's meant for teaching yourself and others in the basics of Java and OOP with the help of BlueJ.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
24 of 25 people found the following review helpful:
5.0 out of 5 stars Required reading, September 30, 2003
I have been teaching programming to beginners for almost 20 years. I found leaning object oriented programming took me a long time, I believe it has taken most of the text book authors a long time also, many of them still don't get it. The authors of Objects First have taken a giant leap and provide an introduction to OOP (using Java) that is a must read for anyone wanting to learn to program with objects (even more experienced programmers).

Do not read any OOP texts that refuse to start with a discussion of objects from the first page. This book simply gets it right!

In addition to the great topic coverage, the authors use the BlueJ environment to demonstrate OOP concepts. This environment is unique (and free) and allows students to explore OOP in a way that other programming environments simple don't provide.

Not only do the authors clearly discuss OOP but they also discuss important software engineering concepts along the way.

Buy this book, work through the incremental exercises, and you will not be disappointed.

Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars BlueJ Programming
The written style in this book makes it interesting reading. It gives a different approach to Object Oriented Programming which makes it easy to learn. Read more
Published 2 months ago by Robert E. Grunin

3.0 out of 5 stars No answers to exercises!
I am on Chapter 2 of this book and so far it gives a decent understanding of the language; Each section within a chapter gives exercises to assist in learning the language... Read more
Published 4 months ago by Kevin

4.0 out of 5 stars Good Book for learning Object Oriented Programming
This book is excellent to learn to use BlueJ and to learn all the basics you would need for Object Oriented Programming. Read more
Published 9 months ago by Pietro F. M. Diaz

5.0 out of 5 stars Good Enough
I am using this book in a programming class to learn Java. I think it does a good job.
Published 12 months ago by Sean W. Telles

4.0 out of 5 stars cYcLoNe
Solid book, good instruction.

Particularily like having the code both on screen and in the book.
Published 12 months ago by Andrew D. Legg

4.0 out of 5 stars Great Book, but Too Expensive
This is a great book. It teaches students who are new to computer programming how to think in terms of objects and classes, first. Read more
Published 13 months ago by Gift Card Customer

5.0 out of 5 stars excellent service and care
i received the book on time. the condition of the book was brand new as stated. thank you for providing such great service!
Published on September 17, 2007 by Jasmin Sarvida

1.0 out of 5 stars NOT GOOD for Beginners...
I bought this book because it was required for a course. Out of all of the exercise books I have used, this is by far the hardest to follow. Read more
Published on August 11, 2007 by J. Sanders

5.0 out of 5 stars Nice intro book
most intro to programming books expect/assume you to know about programming before you can begin. This book actually teaches you the very basic and doesnt assume that you know... Read more
Published on May 9, 2007 by I. Tang

1.0 out of 5 stars not worth the money
I purchased this for use in a Java class. The instructor swore by this book. In the end, it just wasn't worth the money. Read more
Published on March 18, 2007 by Paul Lutskovsky

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Discussion Replies Latest Post
textbook scam 130 1 hour ago
Sketchy textbook transaction on Marketplace 18 16 hours ago
C# or Java? 66 17 days ago
Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

So You'd Like to...


Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.