How can you say HashMap is syncronized?
Answer Posted / sunil
Hash map is unsyncronised and hash table is syncronised
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How use .contains in java?
What is double parsedouble in java?
What are the parts of a method?
which class is the wait() method defined in? : Java thread
Is java util list serializable?
What about instanceof operator in java?
Is array synchronized in java?
how we can make a read-only class in java?
Why is it called a string?
What is widening and narrowing in java? Discuss with an example.
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What is oop principle in java?
What is extension method in java?
What is the purpose of declaring a variable as final?
What is finalize()? Is finalize() similar to a destructor?