Features
- Cover Type: Paperback with 782 pages
- Published by: Mike Murach & Associates January 15, 2005
- Written in: English
- ISBN 10 Number: 1890774294
- ISBN 13 Number: 978-1890774295
-
Book Dimensions:
9.9 x 8 x 1.8 inches
- Weighs: 3.4 pounds
Product Description
If you want to be a professional Java developer, this book is designed for you. It moves at a quick professional pace, yet doesn't leave you wondering what in the world it's talking about. As one programmer said in an email to us:
"It cuts right to the essential information, providing the perfect balance between too many details and too much information. Example apps are incredible - they give a great starting point. I bought another well-known Java book, but they crammed too much information in it, to the point that I spent several hours trying to learn what I learned from your book in about 45 minutes." As you'd expect, this book teaches you all the core Java skills you need on the job, showing you how to take advantage of time-saving Java features like:
* the Scanner class
* type-safe enumerations
* enhanced for loops
* typed collections
* generics
* autoboxing
* the StringBuilder class
But beyond that, it gives you the practical training you need in both object-oriented programming and data access programming. In particular, it shows you how to use a 3-tiered architecture to separate the business classes, presentation classes, and database classes of an application. It shows you practical techniques for populating business objects with data from files or databases. And it shows you how to use inheritance, polymorphism, interfaces, and the factory pattern in a way that is not just understandable but also reflects what's done in the real world. The result is, you'll soon be writing Java applications the way the best professionals do.
To download the book applications
You can download the code for the book applications, the starting code and test data for the exercises in the book, and sample chapters from the Murach web site.
Publisher Description
Of course "Murach's Beginning Java 2, JDK 5" presents all of the important new features of Java 5.0 (also known as version 1.5), but here are the four reasons that I believe this is the beginning Java book you should buy first!
1. The first six chapters get you off to a fast start. By the time you complete these chapters, youll be writing bulletproof, object-oriented applications with business classes and objects. These chapters work well for the complete beginner. But they also get the experienced developer up-to-speed fast.
2. The class summaries throughout the book help you master the Java API and save you hours of research. Although most books present dozens of coding examples that illustrate the use of some Java classes, they dont try to summarize all of the classes, constructors, and methods that youll use the most. Our book does both. For instance, to learn how to use the new LinkedList class, youll first see a summary of its primary constructors and methods. Then, youll see coding examples that show you how you can apply those constructors and methods. This can save you hundreds of hours of research over the course of the book.
3. Our unique paired pages method of presentation makes our book work better for both training and reference. If you havent ever used one of our books before, maybe you should download chapter 1 or 2 to see how our "paired pages"with explanation and perspective on the left page and essential details and coding examples on the right pagework. First, the "paired pages" help you learn faster because you read less. Second, they provide the best reference format that there is. Thats so important with a language like Java because no one can remember the details of its hundreds of classes, constructors, and methods.
4. Chapters 7 and 8 show you how to use inheritance, polymorphism, and interfaces in a way that is both practical and understandable. You wont find any toy applications or cat and dog objects in these chapters. Instead, youll study practical applications that show you how to use inheritance, polymorphism, interfaces, type-safe enumerations, and the factory pattern. This at last takes the mystery out of object-oriented programming. And we just havent seen this done right in any other book.
Reader Reviews
This review is from: Murach's Beginning Java 2 (Paperback)
Finally there is a Java book for serious programmers doing real life business applications. Although the first five chapters must be read sequentially to ground the student in Java syntax and to understand the conceptual base of OOP - subsequent chapters may be taken out of order with little or no loss in the conceptual continuity. The examples and the projects are about real business implementations and not about toys, shapes or animals barking. The code examples work - and the explanations are direct, easy to read and lead the reader to total comprehension. This book is not only for anyone who wants to learn how to program in Java (including those with no previous programming experience) - but for the seasoned Java programmer as well. It was the first time topics such as Date, Array, Vector and the file IO classes were covered to expose the depth and power underlying them. After using several books that boast of "being the best" to learn Java 2, I have concluded this latest publication really is the best book on the market. When used in a classroom the material is seamless and the exercises work toward reinforcement. The book can also stand alone for the independent learner or the Java programmer who wants a deeper understanding. Don't be fooled by the title "beginning java 2" - this book is 700 (8x10) pages and it covers advanced topics such as Swing Layout Managers, JDBC and threads.