Java Programming for the Absolute Beginner
java July 10th, 2010Java Programming for the Absolute Beginner
Java Programming for the Absolute Beginner provides you with an introduction to Java that allows you to learn the fundamentals of object-oriented programming while becoming acquainted with many of the core features of Java. This book starts with the assumption that you have not previously written a computer program. It then walks you through the creation of a variety of games and applications. After you have your footing with the basics, you learn to develop your own systems of classes, and by t
Rating:
(out of 7 reviews)
List Price: $ 29.99
Price: $ 18.60
RESTful Java Web Services, Jose Sandoval, New Book| US $34.62 End Date: Wednesday Sep-08-2010 23:54:59 PDT Buy It Now for only: US $34.62 Buy it now | Add to watch list |
| US $1.00 End Date: Thursday Sep-09-2010 3:59:18 PDT Buy It Now for only: US $1.00 Buy it now | Add to watch list |
More Java Books Products


July 10th, 2010 at 7:44 pm
Review by John Matlock for Java Programming for the Absolute Beginner
Rating:
This is a book oriented to the complete beginner. It basically starts with a blank sheet of paper and begins with a simple applet that just outputs a single line of text to the screen.
From here he goes on to provide a very simply step by step tutorial to cover the fundamental rules of Java. In this book he doesn’t get everything there is to know about Java. It’s an introductory book, it covers the bases of the language well enough to get you started. You will probably want an additional book before you become the local master.
If I have one complaint about the book it is one that I complain about a lot on Java books. On page 5 he starts talking about object oriented programming. And he talks on for two or three pages. Then he skips saying anything more about object oriented programming for about 160 pages. By then the reader has completely forgotten about the few pages on page 5.
July 10th, 2010 at 8:09 pm
Review by calvinnme for Java Programming for the Absolute Beginner
Rating:
When this book says it is aimed at the absolute beginner it means beginner to programming rather than a programmer with no experience of Java. The book’s format of making the topic interesting by gradually building up examples that are games is a good concept but the book does not execute the concept very well.
In practice the book launches into Java and programming in too complex a fashion for the total beginner, there are lots of abbreviations (often not explained) and it discusses terms and concepts that are not explained until a much later and do not need to be introduced this early. It seems odd to be using terms like how many bits a data type has without explaining the term, particularly considering the audience of this book. References to hex and octal are not explained, and as you go into chapter 3 the book covers methods of the random and math class before covering how to use “if” and even what classes are. The flow and structure of this book feels very awkward, covering try/catch and the basics of exception handling very early in the book before the total novice even knows WHAT you are trying to catch and why.
The general jokey examples such as snippets of song lyrics and how to add comments around them, or a fortune teller routine demonstrating random numbers that print text such as “You will talk to someone who has bad breath” seem aimed more at attracting kids that want to write simple games on their home computers rather than someone who wants to learn Java and computer programming for professional reasons. If you are serious about learning Java, try the latest editions of either “Head First Java” or “Core Java” and skip this book. If you have never programmed at all, first try “Sams Teach Yourself Beginning Programming in 24 Hours”. The Sam’s Teach Yourself series can be rather hit-or-miss, but that particular book is definitely a hit.
Since Amazon omits the table of contents I show that next:
1. Getting Started
2. Variables, Data Types, and Simple I/O
3. The Fortune Teller: Random Numbers, Conditionals, and Arrays
4. The Number Guesser: Using Loops and Exception Handling
5. Blackjack: Object Oriented Programming
6. Making Your Life Easier: The java.util Package and Generics
7. Learning to Read and Write: The java.io Package
8. Creating a GUI Using the Abstract Windowing Toolkit
9. Advanced GUI, Layout Managers, and Event Handling
10. Writing Applets
11. Rendering 2D Graphics
12. Animation, Sounds, and Threads
13. Putting it All Together: The Block Game
July 10th, 2010 at 9:00 pm
Review by John R. Donoghue for Java Programming for the Absolute Beginner
Rating:
This book misses the entire point of the “… for the Absolute Beginner” series. The premise is to ease beginners into a programming language by using games and game-programming. Dring the course of programming increasingly complex games, the reader gets masters the basics of the language. The book fails to deliver on that promise.
The games featured on the cover aren’t programmed. In fact, the book teaches a very small subset of of the Java language.
Instead, the author wastes the reader’s time, including a completely inapproriate introduction to UML, which does NOT help readers at this introductory level; to me it just came across as self-important.
If you want a gentle introduction to Java, I’d recommend “Java for Dummies” by Burd for a nice on-ramp to the language, or “Head First Java” by Sierra and Bates if you plan to do more serious work (I know, it sounds bizarre, but it’s true).
If you want to see what this book should have been, compare it to another title in the series, “Python for the Absolute Beginners (2nd ed).” That book keeps the game-focus while doing a marvelous job of teaching the language. It also contains one of the best discussions of references/aliasing I’ve read.
I usually donate my sub-par books to the library. I trashed this one to spare any others the pain.
July 10th, 2010 at 9:47 pm
Review by Practicedummy for Java Programming for the Absolute Beginner
Rating:
This book helped me get my foot in the door for Java programming. Before this book, I was getting “stonewalled” trying to get started into Java programming. This book is aimed at people who want to start computer programming and is making Java their first language. May not be adaquate for experienced programmers who want to learn Java and already know programming conventions.
July 10th, 2010 at 10:09 pm
Review by D. A. Graaff for Java Programming for the Absolute Beginner
Rating:
I am a teacher of Programming languages for 20 years. This is a good way of learning Java, because it has practical examples as a basis. The SAMS 24 hours book by Rogers Calderwood looks good from the outside because it covers a lot of topics, but in pratice it does not allow the poor student to get a grip on problem solving like this Absolute Beginners Guide. Especially, I found that to teach a student OO you need to do quite a few varied practical examples, before the penny drops. This is an excellent beginner book – remember if you can teach a student the most important thing in Java – classes and objects, you can build confidence and the rest is easy. The other books mentioned by the bad reviewer does not do that – especially the SAMS (In 24 hours) by Rogers Calderwood – that one misses the boat completely .
I requested the code samples from the publishers and they emailed it to me right away – it was not on their website yet, but they are in the process. Contact I requested the code samples from the publishers and they emailed it to me right away – it was not on their website yet, but they are in the process. You can get it from Mitzi.Koontz@cengage.com .