See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

21 used & new from $0.09

Have one to sell? Sell yours here
 
 
The Java(TM) Developers Almanac 2000 (3rd Edition)
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

The Java(TM) Developers Almanac 2000 (3rd Edition) (Paperback)

by Patrick Chan (Author)
4.1 out of 5 stars See all reviews (32 customer reviews)


Available from these sellers.


2 new from $9.99 19 used from $0.09
Also Available in: List Price: Our Price: Other Offers:
Paperback (Bargain Price) 10 used & new from $6.95
Paperback (4) $34.99 $25.54 47 used & new from $13.89

Customers Who Bought This Item Also Bought

Java Examples in a Nutshell, 3rd Edition

Java Examples in a Nutshell, 3rd Edition

by David Flanagan
4.5 out of 5 stars (10)  $26.37
Java Cookbook, Second Edition

Java Cookbook, Second Edition

by Ian Darwin
4.5 out of 5 stars (32)  $32.97
Effective Java (2nd Edition) (Java Series)

Effective Java (2nd Edition) (Java Series)

by Joshua Bloch
4.9 out of 5 stars (35)  $40.69
Java Swing, Second Edition

Java Swing, Second Edition

by James Elliott
3.4 out of 5 stars (76)  $37.79
Effective Java: Programming Language Guide (Java Series)

Effective Java: Programming Language Guide (Java Series)

by Joshua Bloch
4.8 out of 5 stars (122)  $40.65
Explore similar items

Editorial Reviews

Amazon.com Review
While Java started out simply enough with relatively few objects and APIs, today's Java 2, Standard Edition (J2SE), bundles over 2,100 classes. The Java Developers Almanac provides a truly valuable reference to nearly all the classes and APIs in standard Java. This "white pages" for Java puts all classes and APIs at your fingertips, along with short samples that illustrate essential programming tasks.

It's a compliment to say that this title resembles a telephone book. With over 1,000 pages (and printed on similar paper stock), The Java Developers Almanac, like a phone book, is organized alphabetically. Early sections look at Java 2 classes by package, such as graphics (including Java 2D), file I/O, network programming, and AWT and Swing. Early sections include several hundred short code excerpts, which provide key programming solutions.

The heart of this text is an A-to-Z compendium of over 2,100 Java classes, and a whopping 24,000 methods and properties. Readers get a listing of what's in each class, along with prototype and arguments. As an "almanac," the book contains no room for explaining what each method does--by using a clever set of symbols, however, each listing provides the details of each method (such as which ones are "final," "static," and the like), plus the version of Java in which each method first appeared (JDK 1.0, 1.1, 1.2, or 1.3). These reference sections set a new standard of clarity for documenting classes. (Method and property names are aligned in the middle of the page, regardless of return type; a typographic convention that makes it easy to find what you need quickly.)

Later sections provide useful references that list the changes from Java 1.0 through 1.3, as well as PersonalJava, the Java Native Interface (JNI), plus some of the details of the Java Virtual Machine (with a listing of byte codes). An innovative index cross-references all methods and classes (including where objects are used as parameters and return values). Truly encyclopedic and remarkably well organized, this book is a virtual must-have for any serious Java developer. --Richard Dragan

Topics covered: Comprehensive reference to Java 2, Standard Edition (J2SE) packages, classes and APIs (including 2,100 classes and 24,000 methods), sample code for common programming tasks, working with graphics and images (including Java 2D), playing audio and MIDI files, Abstract Window Toolkit (AWT) and Swing components, JDBC database basics, directory programming with JNDI/LDAP, file system and file I/O, using the Java reflection APIs, basic socket, URL and networking in Java; RMI working with Strings, arrays and collections; Unicode, locale and internationalization support; documented changes in JDK 1.0 through JDK 1.3, the Java Native Interface (JNI), classes included in PersonalJava, and Java Virtual Machine (JVM) byte codes.

Product Description
The Java(tm) Developers Almanac 2000 is the most up-to-date and complete quick reference for the Java Class Libraries-JDK(tm)1.0, 1.1, and J2SE(tm) v1.2, v1.3. (Due to space constraints, the javax.swing.plaf. packages are not included.) No other quick reference includes as much information in a single convenient volume. Information from 2,100 classes and 24,000 members is carefully formatted and arranged for easy lookup. In this book you will find: More than 300 examplets(tm) that succinctly demonstrate the most common operations for a package Complete member listings of every class (including inherited members!) Class inheritance hierarchies for every package An extensive cross-reference section Detailed analysis of API changes for each major release Quick reference information for the language, the virtual machine, Java Native Interface, PersonalJava(tm) platform, and more No matter what level programmer you are, you will find this book an invaluable tool for everyday development.

See all Editorial Reviews


Product Details

  • Paperback: 1072 pages
  • Publisher: Addison-Wesley Professional; 3 edition (June 2, 2000)
  • Language: English
  • ISBN-10: 0201432994
  • ISBN-13: 978-0201432992
  • Product Dimensions: 9.2 x 7.4 x 1.9 inches
  • Shipping Weight: 3 pounds
  • Average Customer Review: 4.1 out of 5 stars See all reviews (32 customer reviews)
  • Amazon.com Sales Rank: #2,018,754 in Books (See Bestsellers in Books)

Look Inside This Book


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
Check a corresponding box or enter your own tags in the field below.
(46)
(6)
(6)
(5)

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

32 Reviews
5 star:
 (19)
4 star:
 (4)
3 star:
 (5)
2 star:
 (2)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
4.1 out of 5 stars (32 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
22 of 24 people found the following review helpful:
5.0 out of 5 stars Complete resource for class names and interfaces, January 11, 2000
By Charles Ashbacher "(cashbacher@yahoo.com)" (Marion, Iowa United States(cashbacher@yahoo.com)) - See all my reviews
(TOP 50 REVIEWER)      
Given the large size of the current class libraries in Java, the quality of your references is now more critical than ever. In my work as a technical editor of Java books, I have found this book invaluable. The content consists almost entirely of the class names, what they are derived from and the interfaces. The remainder is a collection of "examplets", small snippets of code that show how some of the methods are used. Alphabetized based on the class names, it is adequate when your only interest is in the name of a class or the characteristics of a method. Of course, it is only my first avenue, for more detailed information it is necessary to consult another resource. However, in many of those instances, consulting this book first saved time in examining the other documentation. Covering versions, 1.0, 1.1 and 1.2 of the JDK, this is one shelf reference that you should not be without. I listed it as one of the best books of the year in my On Books column that appeared in the September,1999 issue of Journal of Object-Oriented Programming.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
10 of 11 people found the following review helpful:
5.0 out of 5 stars Just like its predecessor, June 4, 2000
The Java Developers ALMANAC 2000 is one the best reference books that I've every seen. It clearly goes through the class libraries. Clever use of <B>bold</B> text formatting and a terse set of symbols representing modifiers and OO concepts make this a very "dense" reference in a relatively small volume.

The printing and paper quality is good too. The book should be printed every quarter !

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 4 people found the following review helpful:
5.0 out of 5 stars An essential reference, December 3, 2002
By Charles Ashbacher "(cashbacher@yahoo.com)" (Marion, Iowa United States(cashbacher@yahoo.com)) - See all my reviews
(TOP 50 REVIEWER)      
For some time, the Java Developers Almanac version 1.3 has been my constant companion when I taught my courses in Java. With it at my side, I was always able to answer questions of the form, "What class(method) do you use for . . . ?" It is one of that small of number of indispensable references that occupy my special shelf of books that stay within reach of my main workstation.
However, now it has been superceded by this version, the second volume of which covers 45 packages used in GUI development. It is a quick, yet thorough reference to the classes. Each description of a class in part 2 has the name and package it is found in, the inheritance tree describing how it is derived and the prototypes of all data and methods. Part 1 has small segments of code that illustrate the basics of how a class is used. The code examples are organized according to packages, where the packages are listed alphabetically. This makes it very easy to find the basic information about any class and method of the class. There is also a list of newly deprecated members, a complete list of all possible exceptions, a list of the modifications from 1.3 and the default values of the swing UI elements.
This book is rarely more than two feet from my body when I am writing Java and when it gets too far away, I correct the problem very quickly. I included it in my best books of the year list for the online Journal of Object Technology.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars Dated but wonderful
A fantastic resource for java programmers. Easy access to class and interface usage. A must have
Published 11 months ago by P. C. Allen

4.0 out of 5 stars An essential book for any Java Pro
I use the online version of this book very often. The print edition is a very great asset on any Java pro's desk, gives quick reference and correct usage examples of Java APIs,... Read more
Published on December 21, 2006 by Prasant Behera

5.0 out of 5 stars Great Book
It's a very useful book, specially when you need to do some code but you don't have time to spend over the web. It's very complete.
Published on March 17, 2006 by Miguel D. Figueiredo

5.0 out of 5 stars Essential Java Reference
I picked this book up a couple months ago and can't imagine how I got along without it before. The first section includes simple examples of common uses of the java packages. Read more
Published on April 29, 2003 by Tim Clark

5.0 out of 5 stars An impressive achievement
This book condenses the vastness of Java 1.4 GUI classes into a hefty 1000+ pages. It's divided into 4 sections. Read more
Published on April 28, 2003 by Antonio A. Rodriguez

5.0 out of 5 stars An essential reference
For some time, the Java Developers Almanac version 1.3 has been my constant companion when I taught my courses in Java. Read more
Published on December 3, 2002 by Charles Ashbacher

3.0 out of 5 stars Comprehensive but somewhat redundant
An impressive, 1000 page plus tome. It has four parts, but the first two are the bulk of the book. Part 1 lists each java package. Read more
Published on October 31, 2002 by W Boudville

3.0 out of 5 stars Good for, if you don't have IDE tool.
Volume 1 covers java.beans to org.xml packages useful for server side development.
Volume 2 covers java.applet to javax. Read more
Published on June 19, 2002 by Rakesh

2.0 out of 5 stars Not useful to me
I'm a hardcore Java developer. I develop non-trivial client/server applications 10+ hours a day for a living. The concept behind the book sounded useful. I was wrong. Read more
Published on June 19, 2002 by Zed

3.0 out of 5 stars half of it useful
nice and soft, printed on light thin paper, the book is divided in two halves. The first half has snippets of code showing how to do this and that, organized in package order... Read more
Published on May 10, 2002 by Alexis rzewski

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (1 discussion)
  Discussion Replies Latest Post
Is there a new version for Java 1.5? 0 November 2006
See all discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]

   


Product Information from the Amapedia Community

Beta (What's this?)


So You'd Like to...


Look for Similar Items by Category


Summer Sales

Omaha Steaks Hamburgers
Shop the summer food sale and save up to 50% on salsas and spreads, steaks and burgers, seafood, oils and vinegars, and desserts, only at Amazon Gourmet.

See all sale items

 

Big Savings in Books

Bargain Books
Find great titles at fantastic prices in our Bargain Books Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

Best Books

Best of the Month
See our editors' picks and more of the best new books on our Best of the Month page.
 

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Paranoia
Paranoia by Joseph Finder
Glenn Beck's Common Sense
Darkfever
Darkfever by Karen Marie Moning
Glenn Beck's Common Sense

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates