How can you say HashMap is syncronized?
Answers were Sorted based on User's Feedback
Answer / maheswari
First of all I don't think HashMap is Syncronized,is it not
HashTable
| Is This Answer Correct ? | 27 Yes | 0 No |
Answer / rahul
yes u r correct, hashmap is not threadsafe. It is hashtable
which is synchronized.
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / kishore
HashMap is not synchronized.
If u want to synchronized we have to do
HashMap map=java.util.Collections.synchronizedMap(new
HashMap());
Hash Map permits Key and values are Null.
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / dijesh
hashmap is unsynchronised and hash table is
synchronised.....hashmap permits null...but hashtable does
not.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / senthil
raja vin paarvai raniyin pakkam, kan mooduthe vetkam pon
maalai mayakam.toku toku toku,java is a very worest
language in computer or IT field
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / 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 |
Answer / sunil
Hash map is unsyncronised and hash table is syncronised
| Is This Answer Correct ? | 1 Yes | 0 No |
What is java ceil?
why we use merge option in hybernate pls give a ex snippet
what is the difference between HashMap and Hashtable
17 Answers Value Labs, Virtusa,
Explain throw keyword in java?
What is the difference between Java Bean and Java Class.?
How to re-get an object that is collected by garbage collector?
Why java strings are immutable in nature?
How to retrieve data from database in java using arraylist?
What does i ++ mean in Java?
how to one war file class to another war file class?
How do you decide when to use arraylist and linkedlist?
What state is a thread in when it is executing?