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
How do you test a method for an exception using junit?
What is private static in java?
How to sort numbers in java without array?
What is lambda expression in java?
Is class forname reflection?
How do you write methodology?
Can we serialize singleton class?
What are triggers in DB? Explain their types. How do they work?
What is a java predicate?
how to run ecllipse with jettyserver for windows environment using batch file
When is update method called?
Can we declare a static variable inside a method?
What do you mean by global variable?
What are the different http methods?
What does it mean that a method or field is “static”?