- map stores the data (key, value) pair
- map does not support duplicate key
- key can not but value can be duplicate
- map hs two implemented clases 1-hash map 2-hash table
- hash map: this store the element in (key, value) pair and allows null values
- hash map is not synchronized by default
- Hash table: this doesn't allow any null value and it is synchronized by default
فریبا
شنبه 28 مردادماه سال 1391 ساعت 10:40 ب.ظ