How can you say HashMap is syncronized?
Answer Posted / jyotisubhra ghosh
I am sorry...HashMap is not syncronised. Its not thread
safe..rather Hashtable is syncronised...
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can array grow dynamically in java?
What is difference between char array and string?
What is passed by reference and pass by value ?
What are the Class Libraries ?
What is the use of isempty in java?
What are different type of exceptions in java?
Which is fastest collection in java?
How does multithreading take place on a computer with a single cpu?
Can sleep() method causes another thread to sleep?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
How the interruptible method gets implemented?
Define reflection.
What is charat java?
How do you ensure that n threads can access n resources without deadlock?
Why chararray() is preferred over string to store the password?