How can you say HashMap is syncronized?
Answer Posted / vikas
HashMap is not synchronised, nor thread safe.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is contract between hashcode and equal method?
What are the major advantages of internal iteration over external iteration?
What are anonymous inner classes?
Is integer immutable in java?
What do you understand by abstract classes?
What methodology can be utilized to link to a database?
Are generics important java?
What is difference in between java class and bean?
What is data type in java?
What are the two basic ways in which classes that can be run as threads may be defined?
How do I get 64 bit java?
What is an object in java?
What is hash code collision?
Describe what happens when an object is created in java ?
What is the difference between a field variable and a local variable?