Java Collections in j2sdk-1_4_2

 

 
Implementations

Hash Table
Resizable Array
Balanced Tree
Linked List
Hash Table + Linked List

Interfaces
Set
HashSet
 
TreeSet
 
LinkedHashSet

List
 
ArrayList
 
LinkedList
 

Map
HashMap
 
TreeMap
 
LinkedHashMap

 

Bloch’s Standard Exceptions

IllegalArgumentException: Parameter value is inappropriate
NullPointerException: Parameter null where prohibited
IndexOutOfBoundsException: Index param out of range
ConcurrentModificationException: Concurrent modification detected when not allowed
IllegalStateException: Object state is inappropriate for method invocation. Ojbect may not be initialized before accessing its state. ClassCastException (Illegal state of object)
UnsupportedOperationException: Object does not support the method. Substitutional principal

Installed J2SE Development Kit and NetBeans IDE

The Install Wizard has successfully installed J2SE Development Kit 1.4.2_10 and NetBeans IDE 4.1 on your computer. Choose Finish to exit the Wizard.  J2SE Development Kit 1.4.2_10 installation location: C:\j2sdk1.4.2_10  NetBeans IDE 4.1 installation location: C:\Program Files\netbeans-4.1
To run the IDE, launch:
C:\Program Files\netbeans-4.1\bin\netbeans.exe
To uninstall the IDE, launch:
C:\Program Files\netbeans-4.1\_uninst\uninstaller.exe
To uninstall J2SE Development Kit 1.4.2_10:
Use Add or Remove [...]