Difference between Hash Table and Hash Map?
Answer Posted / guru
hashtable is Synchronised where as hashmap is not.
hash table are legacy classes hashmap are collections
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Do we need to manually write Copy Constructor?
What is a consumer in java?
What is a map in java?
What is intern method in java?
What is slash r?
How does queue work in java?
Can we store variables in local blocks?
Which oo concept is achieved by using overloading and overriding?
what is instanceof operator used in java?
Why is flag used in java?
What is meant by memory leak?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
Is java code slower than native code?
Is it possible for yielded thread to get chance for its execution again ?
How many bits is a boolean?