i want to know what is diffrence between hashmap and hastable with example
if u know plz send
Read the API for both classes. The differences are detailed there.
http://forum.java.sun.com/thread.jspa?forumID=24&threadID=785288
hashtable is synchronized and the other is not. it does not allow nulls.