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 the purpose of lambda expressions?
What is stringwriter?
What are features of java?
What do you mean by local class?
What is mean by collections in java?
How to perform merge sort in java?
How to obtain a performance profile of java program
How do I compare two strings in word in java?
How many bits is a boolean?
List primitive java types?
what is the messsage u r going to get from an objectoriented programing?
What is a condition in programming?
Explain throw keyword in java?
Is main is a keyword?
What are the advantages of encapsulation in java?