Difference between Hash Table and Hash Map?
Answer Posted / guest
Hash Table is synchronized but Hash Map is not. Means Hash
Map allow Null value for key and value but Hash Table does
not allow.
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
How long will it take to learn java?
Is null or empty java?
What do you meant by active and passive objects?
What is integers and example?
Explain about OOPS concepts and fundamentals.
Explain what access modifiers can be used for variables?
How to retrieve data from database in java using arraylist?
Can we override constructors in java?
What is the difference between state-based unit testing and interaction-based unit testing?
What flag up means?
What’s the difference between callable and runnable?
Why stringbuilder is not thread safe in java?
What is immutable class in java?
When parseint method can be used?
When does a class need a virtual destructor?