What is difference between hash mapping and hash table?
Answer Posted / murali.s
hashtable is a Synchronized.
hashmap is not a Synchrobnized.
Hashtable doesn,t accept null key,values
Hashmap accept null key,values
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is passed by reference and pass by value ?
How do you escape a string?
What is close method? How it's different from Finalize & Dispose?
How do you check if a character in a string is a digit or letter?
What is the set interface in java programming?
Can constructor be inherited?
What environment variables do I need to set on my machine in order to be able to run java programs?
What is meant by class?
What is the difference between sop and work instruction?
What is exception hierarchy in java?
What does indexof return in java?
What is an example of a keyword?
What is exception in java?
How do you add spaces in java?
Why declare Main() method as a static in java ?