| Average Rating: |
|
| Sales Rank: | 828681 (lower is better) |
| Price Used: | $0.15 |
| Shipping: | Free Shipping on most orders over $25* |
| Availability: | |
| Label: | O'Reilly |
| UPC: | 636920000396 |
| Pages: | 584 |
| Binding: | Paperback |
| Publication Date: | 2000-09-26 |
| Published By: | O'Reilly |
| ASIN: | 0596000391 |
| Category: | Book |
This book is a companion volume to Java in a Nutshell, Java Foundation Classes in a Nutshell, and Java Enterprise in a Nutshell. While those books are quick references at heart, they each include accelerated tutorials on various Java topics. Java Examples in a Nutshell picks up where those books leave off, serving up a suite of example programs for novice Java programmers and experts alike. This book doesn't hold readers' hands or supply detailed explanations of Java syntax or method calls; it simply delivers well-commented working examples for exploring the wide range of what's possible with Java. Each chapter concludes with programming exercises that suggest avenues for building further knowledge.
Java Examples in a Nutshell contains the following:
Many programming titles rely on code excerpts to illustrate key programming concepts. This book reverses that approach by emphasizing the code itself, enhancing it with introductory material and explanations. While some short examples illustrate simple algorithms (such as random-number generation and sorting), many of the examples are substantial: for example, how to create a multithreaded Web server, a proxy server, and even a simple Web browser (by using built-in Swing classes for a user interface). These longer examples occupy several pages; generally, they're well-commented models of coding clarity.
This second edition adds extensive support for the Java 2 JDK 1.3 standard. Later sections provide sample code on most recent developments in enterprise APIs, including Swing, JDBC, and XML. This text concludes with one of the best short tutorials that you're likely to find anywhere on JSP and servlet programming, including excellent detail on deploying JSP-based Web applications.
Although it's designed to be a companion title to Java in a Nutshell and other O'Reilly Java offerings, there's little doubt that this book stands on its own quite well. And, given the short exercises at the end of every chapter that help you expand your command of Java features and APIs, this is a worthy and up-to-date resource for all levels of Java programmers. --Richard Dragan
Topics covered:
IF you are looking for your first book on java - this book won't be your first choice - but it will be a very strong second to complement your new found java skills and show how to apply those new found skills will interesting, full-functional, "meaty" sample programs that are easy to reference based on topic. Great Reference!
If you are found of the O'Reilly style of reference a great first java book would be "Learning Java" by Niemeyer and Knudsen.