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 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 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 | Java, A Beginner's Guide, 5th Edition |
0 Comments:
Post a Comment
<< Home