Posted on May 6, 2006 by thekhuc
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
Filed under: Java, Tutorials and Tricks | No Comments »
Posted on February 15, 2006 by thekhuc
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
Filed under: Java, Tutorials and Tricks | 3 Comments »
Posted on January 26, 2006 by thekhuc
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 [...]
Filed under: IDE, Java | No Comments »