Hi,
what are the difference between the Hash Table and Hash Map..?
At what situation, we uses Hash Table / Hash Map?
waiting for reply.
regards,
Gokul.
|
Go4Expert Founder
|
![]() |
| 1Aug2006,16:28 | #2 |
|
They refer to the same technique which maps a data with associated key values.
|
|
Light Poster
|
|
| 15Sep2006,12:42 | #3 |
|
hi smartgoki,
hash map implements the map interface. it belongs to the collection framework.we can store values in key value pairs.the methods are by default not synchronized. Hash table is a legacy class. here also we can store the values in key value pairs. the methods are synchronized. |
|
Newbie Member
|
|
| 20Oct2006,22:41 | #4 |
|
is thenre any one online
|
|
Go4Expert Founder
|
![]() |
| 21Oct2006,09:10 | #5 |
|
Quote:
Originally Posted by hassan |
|
Contributor
|
|
| 28Oct2006,07:31 | #6 |
|
Quote:
Originally Posted by smartgoki |

