Java Tutorials
A Java Card Primer, Part 2
We wrap up our tutorial on working with Java Card technology to program smart cards by taking you step by..
Access COM Via Java -- A Tutorial
The author builds an application that can access a COM object and then call this COM-server object via a pure..
Class of the Month: JDK 1.4 Supports Regular
Regular expressions are a useful programming tool. The fact that Java now natively supports them simplifies many programming tasks that..
Data Structures in Java: Part 5, The Core
The Java Collections Framework defines six core interfaces, in two distinct trees. Learn the inheritance structure and the purpose of..
Data Structures in Java: Part 6, Duplicate Elements,
A Set object cannot contain duplicate elements, but a List object can contain duplicate elements. Ordered collections are not the..
Data Structures in Java: Part 7, The Comparable
Baldwin explains the INSERT INTO `sites` VALUES(lack of) interaction between the Comparable interface and the Java Collections Framework with respect..
Data Structures in Java: Part 8, The Comparable
Baldwin shows you why the elements stored in a TreeSet collection need to be references to objects instantiated from a..
