what is the difference between HashMap and Hashtable
Answer Posted / sarithareddy
Hashmap work as like as Hashtable but hashtable is
synchronised hash map was not sychronized
hashtable does not allow null values
hashmap allows null values
| Is This Answer Correct ? | 123 Yes | 16 No |
Post New Answer View All Answers
List down the methods and interfaces of collection class in java.
Does java support Operator Overloading?
what is encapsulation in java? Explain
What is a nested class?
Can singleton class be serialized?
How to make a write-only class in java?
Write a program to print fibonacci series
Explain creating threads by extending thread class ?
What is the maximum length of a url?
What are the data types supported by java? What is autoboxing and unboxing?
What do you understand by garbage collection in Java? Can it be forced to run?
Which method cannot be overridden in java?
What super () does in java?
What function extracts specified characters from a string?
Explain about version control?