Java, A Beginner's Guide, 5th Edition Book Review
Let’s first set the context of my normal skillset. I am a .NET Software Architect and Developer. I have been 100% in the .NET world since 2001 (with a very little sprinkling of VB6). I recently decided to expand my skillset into the Java and iOS world. This is the first book on my long journey into the world of Java. I think this book is great for the person who is new to Java and new to programming. Although the book does not use an IDE to create, compile, and run the programs, that does not take away from the book's learning quality. I used both the SDK command lines and the IntelliJ IDEA Community Edition to compile and run the programs. The book covers the core language in-depth, has a short chapter on Swing, briefly introduces applets, but does not touch on Servlets. The book covers Data Types and Operators, Control Statements, Classes, Objects, Methods, Packages, Interfaces, Exception Handling, Inheritance, I/O, Multithreading, Enumerations, Autoboxing, Static Import, Annotations, Generics, Applets, Events, introduces Swing, and using Java's Documentation Comments. All the code is available for download and is very well organize and usable. It is separated by chapter. The one thing I don't like is that almost this entire book is included with Java The Complete Reference, 8th Edition which I started to peruse about half way through this one. Buying both was a waste of money. If you simply want to learn the syntax, buy this book, but if you plan on buying Java The Complete Reference, 8th Edition, don't waste your money on this one. Just get Java The Complete Reference, 8th Edition . The only advantage the Java, A Beginner's Guide, 5th Edition book offers is that it is more of a tutorial oriented book. It has little extras like self tests, hands on exercises, and outtakes called Expert-Q and A. I can recommend the book for anyone new to programming or wants to learn the Java syntax, except maybe for the experienced C# developer. For them I would recommend going straight for Java The Complete Reference, 8th Edition. Although I think the book is great, it was not difficult to grasp everything in it at a very accelerated rate. I already understood all the concepts and really only need to compare syntax. I am learning much more from the Java The Complete Reference, 8th Edition because it covers more of the Java Library and other topics. So, I would absolutely recommend this book for those that like things like self tests, hands on exercises, and outtakes called Expert-Q and A. I would also recommend this book to those that do not plan on buying Java The Complete Reference, 8th Edition. It is a really well put together book and an excellent Java resource. | Java, A Beginner's Guide, 5th Edition |
0 Comments:
Post a Comment
<< Home