Feed on
Posts
Comments

Archive for March, 2008

Static class declarations

Static class declarations
Can a class — inner or outer — be declared static ?

Read Full Post »

Data Structures

The Java Collection classes provide implementations of data structures in three distinct categories, defined as interfaces:

Read Full Post »

Collections / Generics

Given a design scenario, determine which collection classes and/or interfaces should be used to properly implement that design, including the use of the Comparable interface.

Read Full Post »

Class implements a hashtable, which maps keys to values. Any non-null object can be used as a key or as a value.
To successfully store and retrieve objects from a hashtable, the objects used as keys must implement the hashCode method and the equals method.

Read Full Post »

« Newer Posts