what is Hashmap & Hashtable wirh example?
Answer Posted / sivadasan
Hashmap is not Synchronized where as Hashtable is
Synchronized.
Hashmap allows null values as keys.
Hashtable doesn't allows null values as keys.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What is a boolean structure?
What do you understand by classes in java?
What is method in research paper?
what is mena by object block any what is the use of that
Can java program run without jre?
What is an empty string in css?
Can we override the overloaded method?
Can we extend immutable class?
Can inner class be public in java?
What's the purpose of static methods and static variables?
Why does java not support pointers?
Is java ee a framework?
What is method reference?
How the metacharacters are different from the ordinary characters?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?