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 a class variable?
what is bmg file and how to create that files?what will it contailn?
What is the different types of functions?
Define immutable object?
Explain java code for recursive solution's base case?
What is return data type?
How does arrays sort work in java?
Is singleton class immutable?
What are the properties of thread?
What are the types of sockets in java?
Why enumeration is faster than iterator?
Is alive in java?
How can the checkbox class be used to create a radio button?
What is boolean query?
Which is better list or arraylist in java?