Java All-In-One Desk Reference For Dummies (For Dummies (Computers))
| |||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||
| Sort customer reviews by: | |||||||||||||||||||||||||||||
|
Show All Reviews on Page
Hide All Reviews on Page
| |||||||||||||||||||||||||||||
| Java All-In-One Desk Reference For Dummies (For Dummies (Computers)) | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
Nine minibooks filling more than 800 pages provide the world's five million-plus Java developers with a basic all-in-one programming reference Covers the recent release of the Java 2 Platform Standard Edition 5.0 and the new J2SE Development Kit 5.0 Starts with beginner topics including getting started with Java, using the Java development platform, and Web programming Expands into more advanced Java fundamentals such as object-oriented programming, working with arrays and collections, and creating user interfaces with Swing
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 10 of 10 | |||||||||||||||||||||||||||||
| Review Date |
Review Rating(5 High) |
Review Helpful to: |
Customer Review | Reviewer Info |
Permanent Link |
||||||||||||||||||||||||
| Reader Reviews Below Sorted by Newest First | |||||||||||||||||||||||||||||
| 09-22-08 | 4 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I found this book to be a great refresher. That is, having written Java in the past, writing mainly C# in the last 8 years, I needed to update my knowledge of Java since Java 1.2. The authors(s) do a good job of keeping the material from becoming too dry. Many programming books start with too much theory before diving into practical code. This book starts with a quick tutorial on two programming tools, TextPad and Eclipse, and does a good job explaining enough of both tools to get you started. The reason for two tools is that if you are new to a complex IDE environment, the author(s) introduce a text centric tool (TextPad) and a more advanced GUI based tool (Eclipse).
As one reviewer noted, it is best to think of this book as one, larger book (paraphrasing). The author states that the book is not intended to be read cover-to-cover yet I found reading cover-to-cover was better for me. The material starts with the simple, "Hello World" style examples covering editing, compiling, and running code. Simple examples are interspersed with Java requirements for file naming, class structure, running examples, data types, if-then-else, loops, switch, exceptions and other introductory concepts.. Following books/chapters cover object oriented programming, more formal class structure, subclasses, inheritance, interfaces, inner classes, packaging ad documenting classes, String, Array, and collections, thread programming, network programming, regular expressions, recursion Swing (Java's GUI API), We programming files and databases, XML operations, and applications with drawing and animation. Jammed packed as this book is with nearly all basic concepts a beginning to intermediate Java programmer needs to know, the material is intended to get you started and only scratches the surface of what a professional Java programmer will acquire with time. In my opinion, there is a good balance of material with a decent writing style. I knocked one star off the review, however, because there are some rather obvious blunders in the book. To my knowledge, there are no errata posted for the book, so it may take you about one star's worth of head scratching to get around those blunders. Fortunately, this is the exception (no pun intended) and not the rule. (Review Data Last Updated: 2008-11-08 06:25:27 EST)
|
|||||||||||||||||||||||||||||
| 09-11-08 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This book is "very" helpful. I am preparing for my masters in IT and it has helped me to prepare for some of the more challenging Java programs.
(Review Data Last Updated: 2008-10-01 05:31:30 EST)
|
|||||||||||||||||||||||||||||
| 08-16-08 | 1 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
9 books in 1... All it really is is the good books that you should have stripped and thrown into one book and haphazardly executed. This book was an utter waste of $30 I spent on it. I do not recommend this book at all you won't really learn anything out of it. If you really want to learn Java go pick up the "Think In Java 4/e" by Bruce Eckel. I'll state it again this book is poorly executed and DEFINITELY is NOT made for a reference...
(Review Data Last Updated: 2008-09-12 06:29:05 EST)
|
|||||||||||||||||||||||||||||
| 03-03-08 | 5 | 2\2 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
By far the best intro to Java I have ever encountered, detailed explanations of java programming concepts, followed by example code. Written in the tongue-in-cheek humor typical of Dummies books, even after becoming a highly experienced java programmer, you'll always keep this book within an arm's length of your computer.
(Review Data Last Updated: 2008-08-16 05:37:55 EST)
|
|||||||||||||||||||||||||||||
| 12-13-06 | 1 | 0\2 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
when i took c programming, i tried the all in one desk reference for c. it was a godsend. so when i took java a semester later, i eagerly bought this book hoping it would work the same miracles. it did not. it doesn't focus so much on the OOP aspects of java, and frankly is very confusing. i was quite dissapointed.
i tried two other java books after that, and finally got it right on the second try. 'head first java' is the holy grail of java books. don't waste your time, or money.. just get 'head first java' and thank me later :) (Review Data Last Updated: 2008-03-03 14:07:42 EST)
|
|||||||||||||||||||||||||||||
| 11-21-06 | 5 | 2\2 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This book was all I needed to learn Java. Great examples. Good explanations with the right dose of humor. I didn't think it was your typical dummies book. It did have the basics, but it was very thorough. Everything you need to know to get started. Even scratches the surface with J2EE.
(Review Data Last Updated: 2008-02-14 02:53:27 EST)
|
|||||||||||||||||||||||||||||
| 10-24-06 | 5 | 2\2 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Been a programmer for a long time but first time trying to learn Java.
This book has been very useful. I think it is very easy to find information on a lot of topics, and the examples are pretty good. Can DOWNLOAD example source code [big PLUS!!]. (Review Data Last Updated: 2008-02-14 02:53:27 EST)
|
|||||||||||||||||||||||||||||
| 07-06-06 | 5 | 3\3 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I love to dip into this book to ease into whatever java topic that I need to know. The explanation is always plain simple yet to the point. A truly friendly java reference for beginner level programmers.
(Review Data Last Updated: 2008-02-14 02:53:27 EST)
|
|||||||||||||||||||||||||||||
| 01-22-06 | 3 | 5\6 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This book does a good job at introducing several topics, from basic Java programming to respectable OOP practices. However, I would not consider this a step-by-step intorductory tutorial on Java - more like a "Firehose approach to everything you need to know to be a good Software Engineer, using Java".
My 10 year old son has no programming experience at all, and was able to follow the beginning chapters fairly easily, once we got Java installed. However, diving into the Eclipse framework in chapter 4 and discussing "refactorings" before OOP lost him in a hurry. The amount of sample code is extensive, and is well used throughout the book to substantiate the topics and ideas. This is truly a reference book that supplies many excellent examples of how to do it "right". This is a great reference book for the junior programmer, and I would reccomend it to college students up to the 2nd year programmer. (Review Data Last Updated: 2008-02-14 02:53:27 EST)
|
|||||||||||||||||||||||||||||
| 07-25-05 | 4 | 9\10 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Don't take too seriously the cover's claim about this book being 9 books wrapped into one. Inside, Lowe follows through on this claim by having groups of chapters, where each group is a "book". If you take that at face value, each book is only some 100 pages or less.
My suggestion is to ignore the 9 books hype. Just regard this as an atypically long Dummies text. You get a decent exposition of the basics of Java. If the book seems long, it is because Java has grown. The book also correctly gives minimal space to explaining how to write applets. This was the original Java niche. But applets have proven to be disappointing for much serious work. It's nice to see that Lowe has done his homework on this. (Review Data Last Updated: 2008-02-14 02:53:27 EST)
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 10 of 10 | |||||||||||||||||||||||||||||
| All Books | Arts | Biography | Click Here For An A-Z Index Of All 213 Best-Seller Subjects | Business | Children's | Comics | ||||||
| Computers | Cooking | Engineering | Entertainment | Health | History | Home | Horror | Humor | Law | Fiction | Medicine | Mystery |
| Nonfiction | Outdoors | Parenting | Professional | Reference | Religion | Romance | Science | Sci-Fi | Sports | Teens | Travel | |