Google
 
Web YOUR DOMAIN NAME

Wednesday, May 24, 2006

Some facts about Collection Framework

1). HashTable doesn't allow null value to be added to it.
2). Iteration over LinkedList is faster than an ArrayList.
3). HashMap allows null values.
4). HashMap doesn't allows null keys.