Buy Used
Used - Very Good See details
$4.07 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
87 used & new from $0.81

Have one to sell? Sell yours here
 
 
Big Java: Programming and Practice
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

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

Big Java: Programming and Practice [Import] (Paperback)

~ Cay S. Horstmann (Author)
3.6 out of 5 stars  See all reviews (25 customer reviews)


Available from these sellers.


21 new from $6.00 66 used from $0.81

Formats

Amazon Price New from Used from
Paperback, Import --  
Multimedia CD --  
There is a newer edition of this item:
Big Java Big Java 4.2 out of 5 stars (14)
$94.03
In Stock.
What Do Customers Ultimately Buy After Viewing This Item?
Big Java
48% buy
Big Java 4.2 out of 5 stars (14)
$94.03
Big Java: Programming and Practice
36% buy the item featured on this page:
Big Java: Programming and Practice 3.6 out of 5 stars (25)
Big Java: Compatible with Java 5, 6 and 7
10% buy
Big Java: Compatible with Java 5, 6 and 7
$97.38
Head First Java, 2nd Edition
3% buy
Head First Java, 2nd Edition 4.4 out of 5 stars (260)
$29.67

Customers Who Bought This Item Also Bought


Editorial Reviews

Product Description

  • Offers an in-depth look into how Java relates to such technologies as searching, sorting, data structures, multithreading, networking, database connectivity, XML, and Java Server Pages
  • Part I deals with fundamental principles of programming and problem solving
  • Part II introduces advanced concepts of the Java programming
  • Readers will find highlighted concepts and capsule introductions into advanced topics of computer science
  • Perfect reading material for anyone interested in learning or reinforcing introductory programming concepts and who wants to take advantage of the exciting attributes of the Java language

From the Back Cover

Your guide to the jungle of java programming

Navigating the dense java jungle isn't easy, but with a proper foundation in the principles of programming and problem solving, and the expert guidance of Cay Horstmann, you can take advantage of many of the exciting features of the Java language. Now in BIG JAVA, Cay Horstmann offers a text comprehensive enough to cover both introductory programming concpets and the elements of Java that are needed to write real-life programs, while reinforcing problem-solving skills.

  • Get the most complete Java resource available. BIG JAVA is the most comprehensive introduction to programming and Java available. It provides you with a reference that will be of value when studying advanced Java technologies, Internet programming, database access, and many other areas of computer science.
  • Master computing concepts and problem solving. The first part of the text encourages you to think like a problem solver and gives you the tools to design efficient and successful programs.
  • Take a closer look at the Java language. The second part of the text and the appendices delve deeply into advanced Java concepts. With this one book, you can become a better programmer and expand your knowledge at the Java language.
  • Practice until you get it perfect.
  • Quickly find what you need. The text index is a thorough and accurate navigation tool and study aid. It contains all the terms found in the Key Concept Boxes highlighted in color, enabling you to easily find the most important concepts in the text.

Product Details

  • Paperback: 1232 pages
  • Publisher: Wiley; 1 edition (December 20, 2001)
  • Language: English
  • ISBN-10: 0471402486
  • ISBN-13: 978-0471402480
  • Product Dimensions: 9.2 x 7.5 x 1.8 inches
  • Shipping Weight: 4 pounds
  • Average Customer Review: 3.6 out of 5 stars  See all reviews (25 customer reviews)
  • Amazon.com Sales Rank: #650,122 in Books (See Bestsellers in Books)

More About the Author

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

Visit Amazon's Cay S. Horstmann Page

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

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

 
16 of 19 people found the following review helpful:
5.0 out of 5 stars More than just a Java textbook for a class, April 18, 2002
When I bought this book, I was unaware that it was written with the intention of being a class textbook for learning not just Java, but also the basics of computer science. Even so, this is an excellent Java book that will serve the reader well.

First, this book is extremely well organized. The table of contents lays out the biggest points of each chapter without cluttering. In turn, each chapter has its own table of contents, outlining more minor points. Things that relate directly to Java and the targeted course are outlined in black, while other topics such as coding suggestions, historical notes and bits of trivia are outlined in blue. This makes navigation through the book very easy and straightforward.

As any textbook has, this one has plenty of practice exercises. These exercises are very relevant to the topics covered and offer the reader some practice. If you buy this book and are turned off by the idea of doing a bunch of exercises, well, don't do them. Then again, practice does make perfect...

Many people like Java books that plunge right into graphics programming. I don't. This book does cover basic graphics and applet programming fairly early on (chapter 4), and that is not much to my personal preference. But, it's relevant in relation to the information in surrounding chapters.

The book even comes with a style guide, which is very nice when you would like some idea of coding standards. Perhaps you will adopt the author's suggestions, perhaps not. Either way, it's an excellent place to start.

This book covers some advanced topics, including XML, JSP, servlets, and relational database interfacing. The coverage is clear and occurs later in the book after the building blocks are out of the way.

There are some errors in the book. HOWEVER, there is an errata page, at the author's web site, that addresses the problems and gives very clear corrections. Most programming books seem to have errors in them, and this one is no exception. The fact that there is a very easily accessible path to get the updates (at no extra cost) is a big plus.

Before I got this book, I was using "Thinking in Java" (Eckel) as my primary book for learning Java. Big Java has taken TIJ's place. I heartily recommend this book to anyone wanting to learn the Java language.

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


 
13 of 15 people found the following review helpful:
5.0 out of 5 stars Great for College Course, January 13, 2002
By Kip Irvine (Miami, FL USA) - See all my reviews
(REAL NAME)   
I'm a Java instructor at a state university, and I recently received a copy of this book. I think it addresses the needs of a classroom far better than many of the other Java books I've seen so far. We used Core Java for a while, but it lacked the pacing, visual aids, and examples that were needed for our students. I think it will be perfect for our 2nd-semester students who have had a semester of C++ and now need to explore inheritance, polymorphism, and recursion. I particularly like the fact that Big Java introduces container classes and elementary data structures, providing a smooth path from this level into a full-blown data structures course in the following semester. Another plus: Horstmann introduces graphics at a very early point in the book, making this topic easily accessible and providing motivation for the students to explore graphical programming at a deeper level later on in the course.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
21 of 26 people found the following review helpful:
5.0 out of 5 stars This is an excellent book..., February 24, 2003
First, Big Java is a college level, introductory object oriented programming book. It is an in-depth book designed to take you from a programming novice to an advanced intermediate programmer (I don't like to throw around the term "expert"). This book focuses on the important aspect of computer science, and is not simply a Java book.

Second, the book is well organized and clearly transitions among parts. Each chapter (and most sections within the chapter) have areas devoted entirely to common errors, quality tips, productivity hints, advanced topics, random facts, and a howto guide. These separate sections may not be necessary depending on the readers interest level, but you can tell immediately if you want to skip something. However, I believe that the "unnecessary" sections (such as random facts) keep the book interesting and fresh.

Third, in response to other reviewers:

This book is good for beginners and intermediate programmers. It does not require that you know calculus. It does not ask you to calculate integrals or differentials. It does however, require the reader to know slightly more than basic algebra. Since this is a college level book, and because algebra is the basis for any computer language, it is not shocking that it makes the reader practice those skills.

The only part of the book that assumes that you know "nothing" about computers is chapter 1 (gasp).

In any book, there are going to be exercises that you think are pointless. The solution is amazingly simple(pun intended): don't do the problems! If you have a teacher that makes you do the problems, then complain to your teacher.

There are always a few mistakes in code examples. This is even less surprising in this book because it is very rich with code examples. In addition, the web resources (which is great all around) contain a section for typos in the book that is easily accessed.

A final note. Please don't bash a book that you obviously haven't read much of, and don't make claims such as "requires calculus" when it is obvious that you haven't taken calculus. This book has 25 chapters and over 1100 pages of good information on Java programming and computer science concepts.
If your smart you'll buy it, if you aren't, you'll buy Java for Dummies.

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

4.0 out of 5 stars Big Java-Excellent resource
Very well written and informative. Easy to comprehend for people, like myself, with beginner level programming skills. Read more
Published 2 months ago by T. Desaulniers

4.0 out of 5 stars big java
This appears to be a good supplemental text for my AP Computer Science class. Well written and easy to understand.
Published 21 months ago by Alan I. Kessie

5.0 out of 5 stars Fast shipping, good book
the price was great, shipping was amazingly fast, and the seller was really great to work with.
Published on September 24, 2007 by Byrav Kadalur

2.0 out of 5 stars Too brief on material and examples
I "had" to buy this textbook for a Java 2 class that I am just finishing up. For Java 1, I had to buy Deitel's "Java(tm) How to Program
Sixth Edition" book. Read more
Published on February 21, 2007 by Jeremy J. Baker

4.0 out of 5 stars Recommended & Good
I am a college student, and this text was recommended by all of the professors. Originally it wasn't required (another one was) and I tried out the other textbook. Read more
Published on February 17, 2007 by Steven W. Lambright

2.0 out of 5 stars Splicing Introductory CS and Java together just causes confusion
This book just confuses matters by trying to mix the teaching of introductory computer science principles with learning the Java programming language all the way from simple... Read more
Published on August 8, 2006 by calvinnme

1.0 out of 5 stars I am Encouraged, but not the way that you think
This book sucks ... it starts out with the author trying to describe some concepts of java then he annoyingly refers other concepts to other chapters because the reader is not yet... Read more
Published on July 11, 2006 by College Student

5.0 out of 5 stars Great book.
This book is excellent for anyone wanting to learn Java. It has great examples that actually work, and it teaches in an easy to learn manner. Read more
Published on June 24, 2006 by Dan Patterson

5.0 out of 5 stars This is by far the best Java book I read.
This is by far the best Java book I read. The concepts and key points are are neatly categorised and also summarized at the end of each chapter. Read more
Published on June 18, 2006 by Anubhav Gupta

4.0 out of 5 stars pretty resourceful
i like this book only because i have to. I really don't like the class that I am taking that requires this book. Read more
Published on March 21, 2006 by Dawn L. Wiatrowski

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
Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Create a guide


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.