How can you say HashMap is syncronized?
Answer Posted / reddy edagottu
hasmap is syncronized why because if hashmap is processing
by one thread another thread will wait till the thread
comeout which currently processing after than only next
thread process the hashmap
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
What is an immutable class? How to create an immutable class?
What is difference between final and immutable?
What is the use of toarray () in java?
Can we overload the constructors?
Do I need java on my computer?
What is the function of http?
Explain the significance of listiterator.
In java, what is the difference between method overloading and method overriding?
What’s a deadlock?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
List any five features of java?
How do you represent a space in regex java?
What is the difference between static and non-static variables in java programming?
What are exception handling keywords in java?
What is the difference between jfc & wfc?