Ground-Up Java and over one million other books are available for Amazon Kindle. Learn more

Have one to sell? Sell yours here
Ground-Up Java
 
 
Start reading Ground-Up Java on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Ground-Up Java [Paperback]

Philip Heller (Author)
4.0 out of 5 stars  See all reviews (8 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $31.99  
Paperback --  

Book Description

0782141900 978-0782141900 November 1, 2003
Learn Java From the Ground-Up—With Animated Illustrations that You Manipulate

This is the first effective Java book for true beginners. Sure, books before now focused on basic concepts and key techniques, and some even provided working examples on CD. Still, they lacked the power to transform someone with no programming experience into someone who sees, who really "gets it."

Working with Ground-Up Java, you will definitely get it. This is due to the clarity of Phil Heller's explanations, and the smoothly flowing organization of his instruction. He's one of the best Java trainers around.

But what's really revolutionary are his more than 30 animated illustrations, which you'll find on the enclosed CD. Each of these small programs, visual and interactive in nature, vividly demonstrates how its source code works. You can modify it in different ways, distinctly altering the behavior of the program. As you experiment with these tools—and you can play with them for hours—you'll gain both the skills and the fundamental understanding needed to complete each chapter's exercises, which steadily increase in sophistication. No other beginning Java book can take you so far, so quickly, and none will be half as much fun.

Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.


Customers Who Viewed This Item Also Viewed


Editorial Reviews

From the Back Cover

Learn Java From the Ground-Up—With Animated Illustrations that You Manipulate
This is the first effective Java book for true beginners. Sure, books before now focused on basic concepts and key techniques, and some even provided working examples on CD. Still, they lacked the power to transform someone with no programming experience into someone who sees, who really "gets it."

Working with Ground-Up Java, you will definitely get it. This is due to the clarity of Phil Heller’s explanations, and the smoothly flowing organization of his instruction. He’s one of the best Java trainers around.

But what’s really revolutionary are his more than 30 animated illustrations, which you’ll find on the enclosed CD. Each of these small programs, visual and interactive in nature, vividly demonstrates how its source code works. You can modify it in different ways, distinctly altering the behavior of the program. As you experiment with these tools—and you can play with them for hours—you’ll gain both the skills and the fundamental understanding needed to complete each chapter’s exercises, which steadily increase in sophistication. No other beginning Java book can take you so far, so quickly, and none will be half as much fun.

About the Author

Philip Heller is a consultant, author, educator, and novelist. He is the lead author for Sybex's best selling Java Certification Study Guide and wrote Sybex's Java Exam Notes. He is a leading educator for Java University and a well known Java speaker. Phil helped to create the Java programmer and developer exams for Sun and is their leading certification trainer.

Product Details

  • Paperback: 576 pages
  • Publisher: Sybex (November 1, 2003)
  • Language: English
  • ISBN-10: 0782141900
  • ISBN-13: 978-0782141900
  • Product Dimensions: 9.2 x 7.4 x 1.1 inches
  • Shipping Weight: 2 pounds
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (8 customer reviews)
  • Amazon Best Sellers Rank: #2,048,323 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

8 Reviews
5 star:
 (6)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (8 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

13 of 14 people found the following review helpful:
5.0 out of 5 stars Great book with a unique twist..., December 13, 2003
This review is from: Ground-Up Java (Paperback)
Review
You would think that by now there would be no new ground to cover when it comes to books on learning Java. There's everything from teaching yourself in a certain number of hours/days to dry academic textbooks to entertaining tutorials using adult learning techniques. Each one appeals to a certain type of learner, and that's good. Ground-Up Java (GUJ) seems to find an interesting niche that will draw in beginners with a variety of needs.

At its core, GUJ is a solid tutorial on Java. All the basic features of the language are covered, as well as concepts of object-oriented programming. The writing is concise, intelligent, and readable, and the reader will not feel like they are being "talked down to". The author covers both the typical application style Java programs as well as the graphical (GUI) programming techniques to allow you to create visually appealing applications. All well and good.

Where the book shines is with the enclosed CD. Heller has taken the difference concepts (such as boolean logic or conditional looping) and written graphical Java apps that will allow you to watch and interact with code. For instance, there's a Boolean Lab application that allows you to create a boolean expression with three variables, complete with NOTs, ANDs, parenthesis, etc. You set the variables to true or false, and click the run button. You can then watch an animated breakdown of the code as each part is parsed and evaluated. Very helpful to see how order of evaluation plays into the answer. Another of the programs allows you to enter a numerical formula and then watch the animation parse and evaluate it. This is the type of learning that can take you into a much deeper understanding of what's going on.

Conclusion
Ground-Up Java is an excellent choice for those developers who want a serious yet readable tutorial guide, as well as an opportunity to visually interact with coding logic. I recommend it.

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


2 of 2 people found the following review helpful:
5.0 out of 5 stars Excellent primer, and pretty darn good as a review tool too!, December 31, 2005
This review is from: Ground-Up Java (Paperback)
I recently finished my first semester in Java. My instructor is something of a superstar in the Java world; I learned a lot, and thought I was doing well in the class.

Then I got this book.

WOW! I realized what I was MISSING in class. Besides having some cool (if sometimes not completely relevant or even illuminating) animated illustrations on CD, Heller covers all the stuff your teachers in class WON'T tell you. Like, why you will copy object references, rather than the objects themselves. Or what in the heck exceptions REALLY are. (They're a class like anything else... something that WASN'T apparent in my class.)

This is a tremendous book for people who want to learn Java from the very beginning. Plus, it's a pretty fun read too. For those who are learning it already, it's good at covering what you probably missed.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Informative & helpful, June 23, 2005
This review is from: Ground-Up Java (Paperback)
The book has been a great help in my study of java programming, and programming in general. I don't have much time to study nowadays, and it has been easy enough to take it with me and absorb as I have time. I had taken an intro to programming course years ago and thought I knew much of what I needed, but the book introduced me to some things I didn't know that I didn't know. It's been my primary source of study, and I definitely recommend it.
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






Only search this product's reviews



Inside This Book (learn more)
First Sentence:
Java is a programming language that tells computers what to do. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
classpath elements, file output stream, following code prints, animated illustration, data output stream, file input stream, data input stream, windowing software, public void paint, packages frame, public static void, keyword color, checked exceptions, runtime exceptions, swi tch statement, very simple computer, awt package, ternary operator, double age, loop body, default access, int day, class loader, method declaration, layout manager
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Frame Lab, Simple Event Lab, Run Lightspeed, Color Lab, File Help, Flow Lab, While Lab, Sans Serif, Stained Glass Software, World Wide Web
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:




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
 

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
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject