How can you say HashMap is syncronized?
Answer Posted / reddy edagottu
HashMap is a collection class which is a syncronized class
why because if one thread is processing one process another
thread will wait for when running thread will comeout after
then only next thread will enter into that process that's
why it is syncronized
| Is This Answer Correct ? | 3 Yes | 12 No |
Post New Answer View All Answers
What are some examples of variable costs?
Does java arraylist maintain insertion order?
Using callable statement how can you pass out parameters, explain with example?
Is string a class?
What is the functionality of the stub?
What is final method in java?
What comes to mind when someone mentions a shallow copy in java?
What is java and its types?
Differentiate between nested and inner class in java.
What does java se mean?
What is the maximum size of array in java?
What language is pass by reference?
What is stack example?
Which are different kinds of source code?
What are the types of arrays in java?