Difference between Hash Table and Hash Map?
Answer Posted / guest
HashTable is synchronized where as HashMap is not.
HashMap allows null values for (key,value) for only once
where as HashTable does not.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is void a wrapper class?
What is gui programming?
What is the method to expand and collapse nodes in a jtree?
What do you mean by composition in java?
what are the high-level thread states? : Java thread
What is passing by reference in java?
What is a parameter in a function?
Is array serializable java?
What is primitive data type in java?
What is meant by inheritance and what are its advantages?
Can memory leak happen java?
Can we sort list in java?
What are voids?
Where are register variables stored?
Why do we declare a class static?