Sams Teach Yourself Java 6 in 21 Days
java July 26th, 2010Sams Teach Yourself Java 6 in 21 Days
This is the eBook version of the printed book. If the print book includes a CD-ROM, this content is not included within the eBook version.“If you get only one Java book, it should be Sams Teach Yourself Java in 21 Days” –PC Magazine In just 21 days, you can acquire the knowledge and skills necessary to develop three kinds of programs with Java: applications on your computer, servlets on a web server, and browser-launched Java Web Start applications. No previous programming e
Rating:
(out of 21 reviews)
List Price: $ 35.99
Price:
KRAKATOA EAST OF JAVA press book SCI-FI Spanish 68| US $12.00 End Date: Sunday Sep-12-2010 23:35:29 PDT Buy It Now for only: US $12.00 Buy it now | Add to watch list |
| US $48.45 End Date: Sunday Sep-12-2010 23:58:09 PDT Buy It Now for only: US $48.45 Buy it now | Add to watch list |


July 26th, 2010 at 8:11 pm
Review by Daniel Taller for Sams Teach Yourself Java 6 in 21 Days
Rating:
Having had incredible success from The Visual Basic edition of this same title line, I was optimistic about this book. I was quite intimidated by Java but this book has not disappointed me in terms of making me interested and making it easy to learn.
However, I am only now finished with chapter 2 and have found an overwhelming amount of errors in quantity and severity. There are errors in the definitions of primitive types, there is a total mess in one of the code samples… one sample has several lines of code completely reversed, while the comments inserted are the same for one section of code as they are for another section performing the exact inverse calculations! It is an utter mess.
I really hope these errors are cleaned up in the next edition of the book. I’ve already written to the author, and I’ll either want a written guarantee for a free copy of the next edition, or I’m returning the book.
My fear is that as I progress, I will encounter errors that I’m not sharp enough in the language to catch, and will end up with confusion, frustration and time wasted.
So, from what I can tell so far, the book’s technique seems like it will be very successful in teaching me the basics of the language, but if the quantity and severity of errors persist as I’ve seen thus far, I’d have to say that there’s got to be a better alternative.
A person learning something brand new from a book should not have to be the one to discover and correct errors in the book. Who’s teaching who?
July 26th, 2010 at 8:48 pm
Review by The Software Heretic for Sams Teach Yourself Java 6 in 21 Days
Rating:
First le me say that as a professional developer with 20 years of C++ under my belt I found this book quite useful. It got me up to speed on how building Java applications differs from the same operations in C++. Unfortunately the book appears to be an introduction to java for beginners. I don’t think a real beginner would find it easy to use.
First in most of the book minus signs have been omitted before negative numbers. Thus we are told that a byte has a range of 128 to 127, and a short has a range from 32,768 to 32,767. Anyone who can supply the minus signs doesn’t need the information anyway. I saw some other mistakes I don’t remember, and would probably found more if I hadn’t skimmed many of the early chapters. Maybe the type setting program did this, but why would a company like SAMS let a book with this kind of errors get on the shelves.
If you already know how to program, and just want to transfer your skills to Java you can use this book. Most of the writing is clear, and so far all the code examples I have typed in compile and run. If you are a true beginner don’t waste your money.
July 26th, 2010 at 9:34 pm
Review by J. D. de Ruiter for Sams Teach Yourself Java 6 in 21 Days
Rating:
I am a certified programmer for java 1.4, and I bought this book on the title alone to get me up to date with the upgrades to version 6. What a disappointment to find that annotations are not covered at all, and generics only partially. Furthermore the collections framework is largely ignored. I looks like a java 1.3 book with some added examples to make it look like a version 6 book, but it is NOT. So if you need a book to study for the certification exam, this book is definitely NOT the one to get.
I found it a complete waste of money.
July 26th, 2010 at 9:51 pm
Review by M. LOPES for Sams Teach Yourself Java 6 in 21 Days
Rating:
I bought various books about Java, but this is the best.
I learn some java with this book, and if i have a doubt,
i just consult the book to clear my doubts.
Thanks.
July 26th, 2010 at 10:05 pm
Review by Ian M. Reasor for Sams Teach Yourself Java 6 in 21 Days
Rating:
This is a good book for a beginner who is just approaching Java. They definitely take the “for Dummies” approach here and assume that you have little to no knowledge of programming from the start. The one gripe that I have is that all of the JDK installation and configuration appendices cover Windows only. It would have been nice to see alternate instructions for Linux/UNIX/Mac OS.