Java Fundamental Classes Reference
By Jonathan Knudsen, Mark Grand
January 1900
Pages: 1111
ISBN 10: 1-56592-241-7 |
ISBN 13: 9781565922419




(Average of 1 Customer Reviews)
This book is OUT OF PRINT.
Description
The Java Fundamental Classes Reference provides complete reference documentation on the core Java 1.1 classes that comprise the java.lang, java.io, java.net, java.util, java.text, java.math, java.lang.reflect, and java.util.zip packages. Part of O'Reilly's Java documentation series, this edition describes Version 1.1 of the Java Development Kit. It includes easy-to-use reference material and provides lots of sample code to help you learn by example.
Full Description
The
Java Fundamental Classes Reference provides complete reference documentation on the core Java 1.1 classes. These classes contain architecture-independent methods that serve as Java's gateway to the real world, by providing access to resources such as the network and the host filesystem. The core classes also include utilities for working with strings, I/O streams, mathematical functions, vectors, and hash tables. The
Java Fundamental Classes Reference covers the classes that comprise the
java.lang,
java.io,
java.net,
java.util,
java.text,
java.math,
java.lang.reflect, and
java.util.zip packages. These classes provide general-purpose functionality that is fundamental to every Java application.
This book takes you beyond what you'd expect from a standard reference manual. Classes and methods are, of course, described in detail. But the book does much more. It offers tutorial-style explanations of the important classes in the Java core API. The first section of the book contains chapters that describe the ins and outs of strings and related classes, effective thread programming, and the use of the I/O classes, to name just a few of the topics. These chapters also include lots of sample code, so that you can learn by example.
This edition of the
Java Fundamental Classes Reference describes Version 1.1 of the Java Development Kit and includes:
- Easy-to-use reference material on every core Java class
- Tutorial-style explanations of important classes and examples that demonstrate their functionality
- Detailed coverage of all the essential classes in java.lang, including Object, String, and Thread
- Descriptions of all the I/O classes provided in the java.io package, including all of the new Reader, Writer, and object serialization classes in Java 1.1
- Material on using the classes in java.util effectively
- Coverage of all the networking classes in the java.net package
The
Java Fundamental Classes Reference is meant to be used in conjunction with the
Java AWT Reference. Together, these two reference manuals cover all of the classes in the Java core API. The
Java Language Reference completes the package by providing a detailed reference of the Java programming language. These manuals comprise the definitive set of documentation that you need to do serious programming with Java 1.1.
O'Reilly & Associates also publishes a tutorial,
Exploring Java, if you need to get up to speed with this exciting new technology. For advanced Java programming topics, look for books from O'Reilly on network programming, threads, and database programming.i
Featured customer reviews

Java Fundamental Classes Reference Review,
August 21 2000
Submitted by Chris Ebert
[
Respond |
View]
I find this book useful for looking up class APIs - it's well printed and well indexed. It's getting a little out of date (<hint hint> :) but covers all the basics well. I had to add little chapter markers to make it really work for me, as the book is organized by package and so you have to find the package before you can find the class. I used post-it notes sticking out at the start of each package. Something built into the book might be better.
Read all reviews