what is the difference between HashMap and Hashtable
Answer Posted / avinash
1. Hash map is not is synchornized
2. Hash map is allow null value only at once.
3. iterator is fail safe
1.Hash table is synchronized.
2. Hash table isnot allow null value.
3. enum hashtable is not.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the point of java?
What does s mean in regex?
What will happen if static modifier is removed from the signature of the main method?
Can we declare a class as static?
What is function and its uses?
What does snprintf return?
What is a boolean field?
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?
Is vector ordered in java?
What is the parse method in java?
what is the messsage u r going to get from an objectoriented programing?
Explain the concept of proper inheritance?
Difference between string, string builder, and string buffer?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
How define set in java?