The JavaTM platform provides APIs to build
data structures and vector components, and the Reflection API to
examine a program's internal properties.
Learn How To Store Data in Objects
by Jacob Weintraub; Reprinted from JavaWorld - Release Java 2
Learn how to store data and the various ways
you can use that data. (August 2000)
Using Collections with
JDKTM 1.2 by Glen McCluskey Release JDK 1.2
Presents key features of the Collections framework including algorithms,
iterators, and legacy code with a lot of code examples. (December 1998)
Using Java
Reflection by Glen McCluskey Release JDK 1.1
Learn how JDK 1.1 Reflection enables dynamic retrieval of classes and data
structures by name. (January 1998)
Using Vector
Components by Virtual Vineyards
Code for using vector components in web commerce
applications. (November 1997)
JavaSoft's Josh Bloch on
Big Numbers and Digital Signatures by John Papageorge
Bloch explains Java security and high-performance math
facilities. (July 1997)
How to Build Data
Structures in Java by Terence Parr Release JDK 1.0.2
A guided tour showing how to organize, implement, and reference data
structures in the Java programming language. (January 1997)
Java Objects are
Conscious by Terence Parr Release JDK 1.0.2
A description of how Java promotes considerable type flexibility and
reusability when referring to data elements, as well as when creating data
elements. (December 1996)
To Top
|