aspose file tools
The moose likes Applets and the fly likes basicjava Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Applets
Reply Bookmark "basicjava " Watch "basicjava " New topic
Author

basicjava

manoj Mahadik
Greenhorn

Joined: Nov 21, 2000
Posts: 8
What is the significance of hashcode?
Kapil Chugh
Greenhorn

Joined: Dec 19, 2000
Posts: 4
In java, a Hashtable stores key/value pairs in a hash table, where you specify an object as a key & a value linked to it is obtained. Key is hashed & the resulting hash code is used as the index at which the value is stored within the table.
Wishing happy programming in Java.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: basicjava