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
Can we execute a program without main?
What is the difference between path and classpath variables?
How do I get a substring?
Explain the difference between abstract classes and interfaces in java?
What is java util?
How do you reverse sort in java?
Explain about main() method in java ?
Can we have multiple classes in a single file?
What is the java reflection api? Why it’s so important to have?
How to declare an arraylist in java?
What are thread priorities and importance of thread priorities in java?
What is an example of a boolean?
What is cr keyboard?
What do you mean by an object in java?
Can we override private constructor in java?