hashmap and hashtable

i want to know what is diffrence between hashmap and hastable with example

if u know plz send

[106 byte] By [veerababu_2007a] at [2007-11-27 11:10:22]
# 1

Read the API for both classes. The differences are detailed there.

masijade.a at 2007-7-29 13:41:20 > top of Java-index,Java Essentials,Java Programming...
# 2

http://forum.java.sun.com/thread.jspa?forumID=24&threadID=785288

anamea at 2007-7-29 13:41:20 > top of Java-index,Java Essentials,Java Programming...
# 3

hashtable is synchronized and the other is not. it does not allow nulls.

javaqueuea at 2007-7-29 13:41:20 > top of Java-index,Java Essentials,Java Programming...