This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
Hashtables
Posted by Jerry on February 13, 2001 at 5:01 PM
I understand that a hashtable is almost the same as but different than an array . How is this with regards to implementing a "typical" java program using a hashtable instead an array. I know for example that hashtable duplicates are stored in a linked list. Thanks for any help understanding this. If you could touch on Separate chaining and open addressing java implementation examples, it would help, too.
Replies:
|