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
Why can we not override static method?
What are disadvantages of java?
How to remove the trailing spaces from a string?
Can we access instance variables within static methods ?
Can you achieve runtime polymorphism by data members?
How many types of flags are there?
how do I create a runnable with inheritance? : Java thread
What are synchronized methods and synchronized statements in java programming?
What is garbage collector?
What is a list in java?
Why unicode is important?
What is lossy conversion in java?
What do you mean by flow of struts?
What are the types of methods in java?
What is a blocking method in Java?