36 used & new from $2.83

Have one to sell? Sell yours here
 
 
The Java Class Libraries, Volume 1: java.io, java.lang, java.math, java.net, java.text, java.util (2nd Edition)
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

The Java Class Libraries, Volume 1: java.io, java.lang, java.math, java.net, java.text, java.util (2nd Edition) (Hardcover)

~ Patrick Chan (Author), Rosanna Lee (Author), Douglas Kramer (Author)
4.8 out of 5 stars  See all reviews (25 customer reviews)


Available from these sellers.


7 new from $45.00 29 used from $2.83

Customers Who Bought This Item Also Bought

The Java(TM) Class Libraries, Volume 2: java.applet,  java.awt,  java.beans (2nd Edition)

The Java(TM) Class Libraries, Volume 2: java.applet, java.awt, java.beans (2nd Edition)

by Patrick Chan
The Java(TM) Class Libraries: Supplement for the Java(TM) 2 Platform, v1.2; Parts A and B(Volume 1, Standard Edition)

The Java(TM) Class Libraries: Supplement for the Java(TM) 2 Platform, v1.2; Parts A and B(Volume 1, Standard Edition)

by Patrick Chan
4.8 out of 5 stars (10)  $39.99
Effective Java: Programming Language Guide (Java Series)

Effective Java: Programming Language Guide (Java Series)

by Joshua Bloch
4.8 out of 5 stars (122)  $32.33
Java(TM) Programming Language, The (4th Edition)

Java(TM) Programming Language, The (4th Edition)

by Ken Arnold
4.2 out of 5 stars (70)  $36.66
The Java(TM) Developers Almanac 1.4, Volume 1: Examples and Quick Reference (4th Edition)

The Java(TM) Developers Almanac 1.4, Volume 1: Examples and Quick Reference (4th Edition)

by Patrick Chan
4.1 out of 5 stars (32)  $23.09
Explore similar items

Editorial Reviews

Amazon.com Review

As noted by coauthor Patrick Chan in his interview with Amazon.com, programmers spend much of their time writing little programs that do nothing but explain to them the behavior of certain aspects of a language. Java programmers, working as they do with a relatively new, evolving language, spend more time than most writing experimental programs that help them figure out particular classes.

With this book, Chan, Rosanna Lee, and Douglas Kramer attempt to save you the trouble of all that futzing around. Each class in the java.io.*, java.lang.*, java.lang.reflect.*, java.math.*, java.net.*, java.text.*, java.util.*, and java.util.zip.* packages gets explored thoroughly in these pages. In each entry you'll find not only the pedestrian inheritance chart and statement of syntax but a lengthy, lucid discussion of the class (or member), too. Best of all, each entry comes with a working example of how the class or member is used in real life.

The authors, all affiliated with Sun Microsystems in Java's earliest days, know their stuff. They have created an omnibus tool that should prove immensely valuable to any Java programmer who wants to get the most out of the language. --David Wall



Product Description

Volume 1 is the definitive reference to the Java 1.1 class libraries from the creators of the Java technology at Sun Microsystems. Information is presented in an easy-to-use, dictionary-like format. DLC: Java (Computer program language)

Product Details

  • Hardcover: 2050 pages
  • Publisher: Addison-Wesley Professional; 2 Sub edition (March 9, 1998)
  • Language: English
  • ISBN-10: 0201310023
  • ISBN-13: 978-0201310023
  • Product Dimensions: 9.3 x 7.7 x 2.7 inches
  • Shipping Weight: 7.4 pounds
  • Average Customer Review: 4.8 out of 5 stars  See all reviews (25 customer reviews)
  • Amazon.com Sales Rank: #900,437 in Books (See Bestsellers in Books)

Look Inside This Book

What Do Customers Ultimately Buy After Viewing This Item?

The Java Class Libraries, Volume 1: java.io, java.lang, java.math, java.net, java.text, java.util (2nd Edition)
69% buy the item featured on this page:
The Java Class Libraries, Volume 1: java.io, java.lang, java.math, java.net, java.text, java.util (2nd Edition) 4.8 out of 5 stars (25)
Effective Java (2nd Edition)
10% buy
Effective Java (2nd Edition) 4.9 out of 5 stars (36)
$33.03
Java Network Programming, Third Edition
8% buy
Java Network Programming, Third Edition 3.8 out of 5 stars (35)
$26.37
The Java Class Libraries: An Annotated Reference (Java Series) (v. 1)
7% buy
The Java Class Libraries: An Annotated Reference (Java Series) (v. 1) 4.9 out of 5 stars (19)

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(2)

Your tags: Add your first tag
 

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

25 Reviews
5 star:
 (21)
4 star:
 (4)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.8 out of 5 stars (25 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
12 of 12 people found the following review helpful:
5.0 out of 5 stars What the API documentation should have been, January 25, 2000
By Doug Bell "Java guru" (San Diego, CA USA) - See all my reviews
(REAL NAME)   
If you do serious work in Java, then you already know that the online Javadoc documentation is incomplete, often inaccurate and entirely lacking any high-level discussion of the API. This book is everything that the online API documentation is not.

Of course, if you do serious work in Java, then you already have this book.

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



 
8 of 8 people found the following review helpful:
5.0 out of 5 stars wonderful, marvelous, buy, buy, buy, August 20, 2000
By Geoffrey S. Robinson (Haddon Heights, NJ USA) - See all my reviews
(REAL NAME)      
There is a reason this book is rated so highly. It is worth every penny you will spend on it. I would pay double the price, but don't tell the publisher. This is my favorite reference book, and my Java programming would not be as productive without this book. The book is huge, because it covers every class within the standard library (io, net, lang, etc.). As much as I appreciate the O'Reilly Nutshell book, this is far superior to that book. This has something Nutshell doesn't. Context. Not only does it have all the classes with all their methods, it puts each method in context. It shows you how they are used by providing relevant example code and descriptions. And the descriptions in the book are wonderful. You will look up a class and find a related class that will work better for your needs. I especially recommending getting this book for a team of developers. Leave the book in the room for office use. If you can so afford, get it for each developer. This is like the Post-it note. You would never live without it, even though you managed and may have even done well before it came along.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 3 people found the following review helpful:
5.0 out of 5 stars My desert island book series, June 23, 2000
By Craig Patchett (Encinitas, CA United States) - See all my reviews
(REAL NAME)   
If you could design your own Java reference series, what would you include? How about:

- An plain English explanation of each class and method.
- Sample code for every class and method.
- Intelligent organization that enables you to find a given class or method quickly.
- A comprehensive, well-organized index that thinks like you do.

This summarizes the content of this book and the other two in the series and explains why they are the three books I wouldn't dream of programming in Java without. (I've been a professional Java developer since 1996.) Buy the book and make your life easier.

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

4.0 out of 5 stars A must have book for the beginner
The 1.st sentence of the preface says: "This book is intended as a reference rather than a tutorial". Read more
Published on August 27, 2003 by LUIGI ZAMBOTTI

5.0 out of 5 stars Great reference!
This book really helps with a huge amount of information and examples for all of the classes in java.io, java.lang, java.math, java.text, and java.util. Wonderful reference book!
Published on July 11, 2003 by Eric P. Medlock

5.0 out of 5 stars Nothing can describe Java classes better
I strongly recommend this book to all Java users of all levels because no other book describes all classes of java.lang, java.io, java.net, java.util, java.text and java. Read more
Published on August 21, 2001 by Mgr Filip Rachunek

4.0 out of 5 stars it's the bible, what else can you say
But like the bible, it's not something beginners can pickup and understand right away. If you are brand new to Java, make sure you get a good book aimed at novices as well.
Published on July 6, 2001 by T. Rice

5.0 out of 5 stars The best
I've been programming professionally for almost 10 years and this is the best book I've ever used. If I could only own one book for Java this would be it. Read more
Published on February 22, 2001 by Norman E. Basham Jr.

4.0 out of 5 stars As essential as your compiler
For a couple of years now I have lugged the two hefty volumes of The Java Class Libraries plus the 1.2 supplement to every job site. Read more
Published on October 20, 2000 by L. Brown

5.0 out of 5 stars Finally, a book worth more than the paper it's printed on.
You can get useful information without having to read useless information and verbage! This is absolutely the best programming reference book I have ever seen. Read more
Published on July 3, 2000 by wexley43

5.0 out of 5 stars How I became a Java Programmer
I bought this book two years ago and I still use it. It taught me the Java API
Published on April 19, 2000

5.0 out of 5 stars Underrated at 5 stars
Maybe it's unhelpful to say every java programmer needs this book Period, but it really is indispensable, at least in the first few weeks. Read more
Published on March 10, 2000 by cal

4.0 out of 5 stars Excellent Reference Book
Java Class Libraries is an excellent reference manual. Most of the methods are given with examples which helps a lot while you are deep in coding and just want to know how to do a... Read more
Published on February 11, 2000 by sacg

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Discussion Replies Latest Post
Textbooks for Kindle DX? 61 1 day ago
textbook scam 66 6 days ago
Amazon is a great place to buy textbooks! 35 18 days ago
Search Customer Discussions
Search all Amazon discussions
   




Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

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.



Your Recent History

 (What's this?)

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