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
Describe the Big-O Notation.
Is java free for commercial?
What is byte code and why is it important to java’s use for internet programming?
How do you reverse sort in java?
Why do we declare a class static?
How to declare an arraylist in java?
What is data type in java?
Is math an abstract class in java?
What is the use of System class?
Why Java doesn’t support multiple inheritance?
Why stringbuffer is faster than string?
What is a hashmap used for?
What is the multi-catch block in java?
What does void * mean?
How do you get the length of a string in java?