The Artima Developer Community
Sponsored Link

Java Answers Forum
Hash

3 replies on 1 page. Most recent reply: Mar 11, 2004 9:03 PM by mausam

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
anamika

Posts: 11
Nickname: anamika
Registered: Feb, 2004

Hash Posted: Feb 29, 2004 1:30 AM
Reply to this message Reply
Advertisement
What is the Difference between a Hash Table and a Hash Map in Java


Viswanatha Basavalingappa

Posts: 84
Nickname: viswagb
Registered: Nov, 2003

Re: Hash Posted: Mar 1, 2004 2:18 AM
Reply to this message Reply
Hi Anamika,

There is almost no difference, since "hashmap is Hash table based implementation of the Map interface".

The difference is that Hashtable is synchronized.


Viswa
----------

anamika

Posts: 11
Nickname: anamika
Registered: Feb, 2004

Re: Hash Posted: Mar 11, 2004 5:56 AM
Reply to this message Reply
thaks for your reply. it really helps me lot.

Viswa, can you tell me what is the difference between a API server and a Web Server in detail.

mausam

Posts: 243
Nickname: mausam
Registered: Sep, 2003

Re: Hash Posted: Mar 11, 2004 9:03 PM
Reply to this message Reply
http://www.artima.com/forums/flat.jsp?forum=1&thread=3053

Flat View: This topic has 3 replies on 1 page
Topic: Question On Nesting A Class Within A Method Previous Topic   Next Topic Topic: Using Loops in place of Exception Handlers

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use