What's a HashTable

Q

What's difference between HashTable and ArrayList ?

✍: Guest

A

You can access array using INDEX value of array, but how many times you know the real value of index. Hashtable provides way of accessing the index using a user identified KEY value, thus removing the INDEX problem.

2021-03-07, 8136👍, 0💬