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 difference between fileinputstream and filereader in java?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
What is an immutable class? How to create an immutable class?
What are different types of classloaders?
Write a program to print count of empty strings in java 8?
Where is the find and replace?
What are java packages? What's the significance of packages?
Which collection allows duplicate values in java?
Where are local variables stored?
What is the difference between throw and throws keywords?
What is a default constraint?
How can we create a synchronized collection from given collection?
How to implement an arraylist in java?