what is hashmap& hashtable with example?
Answer / 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 |
What is equals method in java?
When we give defination of interface method in the class why method must be public???
difference between java ,c#&java,c++
What is io stream in java?
What is a generic data type?
What are predefined functions?
How many types of java are there?
What is serialization in java?
What are conditionals and its types?
can we create a instance for intwerface?
How strings are created in java?
How does queue work in java?