How can you say HashMap is syncronized?
Answer Posted / dijesh
hashmap is unsynchronised and hash table is
synchronised.....hashmap permits null...but hashtable does
not.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Difference between vector and arraylist.
What is the difference between array list and vector in java?
What is array sorting in java?
What is the difference between abstraction and encapsulation?
Describe what happens when an object is created in java ?
Define packages in java?
What are internal and external variables?
Can constructor be synchronized?
How do weakhashmap works?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
What are use cases?
Which collection does not allow duplicates in java?
What is array and arraylist in java?
What is the order of arraylist in java?
Is string pool garbage collected?