Difference between Hash Table and Hash Map?
Answer Posted / devendra.m
HashMap and HashTable both are equal...
HashMap is non-synchronized one,where as HashTable
synchronized one.
HashMap allows null as a key & value pair.
where as hashtable wont allows null as key & value pair.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is generic class?
Why main method is static in java?
Difference between comparator and comparable in java?
When we should use serialization?
What is set string?
What does 3 dots mean in java?
What does i ++ mean in Java?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
How we can skip finally block of exception even if some exception occurs in the exception block in java?
How do you represent a space in regex java?
What is factor r?
Explain with example the concept of constant variable in java.
Difference between start() and run() method of thread class?
What is java string pool?
What is unicode full form?