aspose file tools
The moose likes Java in General and the fly likes Hash Tables and Hash Map Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Hash Tables and Hash Map" Watch "Hash Tables and Hash Map" New topic
Author

Hash Tables and Hash Map

Nikhil Ramani
Greenhorn

Joined: Dec 28, 2004
Posts: 8
Can u pls tell me wat are Hash tables and Hash maps?
What are they used for and diff. between them.


Impossible is Nothing.....<br /> <br />Nikhil
Stefan Krompass
Ranch Hand

Joined: Apr 29, 2004
Posts: 75
Hi,

Just read this. And there, we find can find the following sentence:
The HashMap class is roughly equivalent to Hashtable, except that it is unsynchronized and permits nulls.


Stefan
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Hash Tables and Hash Map
 
Similar Threads
What is the usage of JAVA hash table?
how to call bean from the servlet
How can I implement my custom HashMap
Good Hash Anyone?
How to redirect to another jsp page using multi-part form?