Add BestBookDeal to Your Favorite Online Bookmark Sites   Del.icio.us   Digg This   Stumble Upon   Furl   Blog Marks   Yahoo Bookmarks   Google Bookmarks

Home | Contact Us | Book Button | Create Links | Bookmark This Site | Help
Advanced Search | Movers & Shakers | Top Sellers | Coupon$ | Wish List

Book Cover
Java Cookbook, Second Edition
Author:  Ian F Darwin
Publisher:  O'Reilly Media
Pub. Date:  Jun 14, 2004
Edition:  3rd edition
Binding:  Paperback
Pages:  864
ISBN:  0596007019
ISBN-13:  9780596007010
List Price:  49.95 USD
Amazon Sales Rank:  30,818
Bn.com Sales Rank:  551,502
Amazon UK Sales Rank:  87,298
Amazon Review Link:
Bn.com Review Link:
Amazon UK Review Link:

Editorial Reviews (Courtesy of Amazon.com)

Product Description
You have a choice: you can wade your way through lengthy Java tutorials and figure things out by trial and error, or you can pick up Java Cookbook, 2nd Edition and get to the heart of what you need to know when you need to know it.

With the completely revised and thoroughly updated Java Cookbook, 2nd Edition, Java developers like you will learn by example, try out new features, and use sample code to understand how new additions to the language and platform work--and how to put them to work for you.

This comprehensive collection of problems, solutions, and practical examples will satisfy Java developers at all levels of expertise. Whether you're new to Java programming and need something to bridge the gap between theory-laden reference manuals and real-world programs or you're a seasoned Java programmer looking for a new perspective or a different problem-solving context, this book will help you make the most of your Java knowledge.

Packed with hundreds of tried-and-true Java recipes covering all of the major APIs from the 1.4 version of Java, this book also offers significant first-look recipes for the most important features of the new 1.5 version, which is in beta release. You get practical solutions to everyday problems, and each is followed by a detailed, ultimately useful explanation of how and why the technology works.

Java Cookbook, 2nd Edition includes code segments covering many specialized APIs--like those for working with Struts, Ant and other new popular Open Source tools. It also includes expanded Mac OS X Panther coverage and serves as a great launching point for Java developers who want to get started in areas outside of their specialization.

In this major revision, you'll find succinct pieces of code that can be easily incorporated into other programs. Focusing on what's useful or tricky--or what's useful and tricky--Java Cookbook, 2nd Edition is the most practical Java programming book on the market.

Table of Contents (Courtesy of Barnes & Noble.com)

1Getting started : compiling, running, and debugging
2Interacting with the environment
3Strings and things
4Pattern matching with regular expressions
5Numbers
6Dates and times
7Structuring data with Java
8Data structuring with generics, foreach, and enumerations (JDK 1.5)
9Object-oriented techniques
10Input and output
11Directory and filesystem operations
12Programming external devices : serial and parallel ports
13Graphics and sound
14Graphical user interfaces
15Internationalization and localization
16Network clients
17Server-side Java : sockets
18Network clients II : applets and Web clients
19Java and electronic mail
20Database access
21XML
22Distributed Java : RMI
23Packages and packaging
24Threaded Java
25Introspection, or "a class named class"
26Using Java with other languages