Re: [OT]Hashtable Vs Hashmap, Vector Vs ArrayList

2005-01-12 Thread DGraham
Choosing the right Collection. http://www.javapractices.com/Topic65.cjp Ashish Kulkarni <[EMAIL PROTECTED]> 01/11/2005 10:33 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject [OT]Hashtable Vs Hashmap, Vector Vs ArrayList Hi wh

Re: [OT]Hashtable Vs Hashmap, Vector Vs ArrayList

2005-01-11 Thread Caroline Jen
A Map is a class that stores key-value pairs and provides a way to locate a value based on the key. The Hashtable class is a synchronized implementation of the Map interface. The HashMap is better in terms performance because the hashing algorithm it uses. The Hashtable is synchronized so perfo

Re: [OT]Hashtable Vs Hashmap, Vector Vs ArrayList

2005-01-11 Thread kjc
Ashish Kulkarni wrote: Hi what is difference between Hashtable and Hashmap , also Vector and ArrayList. What are key points to consider when selecting one over the other Ashish __ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://in

[OT]Hashtable Vs Hashmap, Vector Vs ArrayList

2005-01-11 Thread Ashish Kulkarni
Hi what is difference between Hashtable and Hashmap , also Vector and ArrayList. What are key points to consider when selecting one over the other Ashish __ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mai