Answer Posted / siva kumar g.
Both are collection of objects.
Both are used to store the key , value pairs.
Hashtable is synchronized where as Hashmap is not.
Hashtable does't allow the null values.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are scalar data types?
Why java is considered dynamic?
what is meant by Byte code concept in Java?
What is the difference between abstract classes and interfaces?
What is the access scope of a protected method?
Explain about serializable interface in java?
What is the difference between conversation & casting?
What is the multi-catch block in java?
What is this () in java?
How can we access some class in another class in java?
What is foreach loop in java?
What are different access specifiers in java?
How do you empty a list in java?
What is this keyword in java?
How to remove the trailing spaces from a string?