This book takes an early object oriented approach to Java Embracing Java 5.0 topics, including the new standard Scanner class for simplified keyboard input and parsing, enumerated types, autoboxing, variable length parameter lists, the enhanced for loop, and generic types. This new edition has an earlier evolution of object concepts, developed in a way that capitalizes on the power of objects without overwhelming beginning programmers. It includes all new Java 5 topics, including Scanner class, enumerated types, autoboxing, variable length parameter lists, the enhanced for loop, and generic types. This is in depth coverage on GUI applications. This book is appropriate for beginning programmers who want to learn to program with Java as well as experienced programmers who want to add Java to their skill-set.
This was my college textbook on Java. Good book but a bit shallow for my tastes. One of the highlights of this book is how it used a pattern based approach on structured programming such as patterns on how to write control flow statements.
Good book, but you may need more books to supplement this book.
Dr. Lewis and Dr. Loftus has a very easy to understand introduction to Data Structures in Computer Science. Java Software Solutions is an exercise rich compendium of Data Structures and all neophyte programmers are encouraged to read this book and understand Data Structure fundamentals!
It's the kind of book that is doing fine on a shelf and that you said you'd check out one day when you need it. But it seems that googling things is faster than looking in the book so it's getting a bit dusty..
I really struggled with this book. The dry writing style, and the way they organized the topics, was not conducive to learning. At least, not for me. I took a second Java class this semester, and enjoyed the book for that class immensely: Java, A Beginner’s Guide by Herbert Schildt. I highly recommend that one for anyone looking to learn Java programming.