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 are literals in java?
What is floor in java?
Can static methods be inherited?
How can you read an integer value from the keyword when the application is runtime in java? example?
What are the two types of exceptions in java? Which are the differences between them?
write a class to input 2 points by the user & check the line maked by the points is horizontal,vertical or rectangle?
Why is prepared Statement, Callable Statement used for? What is the need of Batch updates?
where do you place after you did code in java
What are examples of modifiers?
Why is boolean important?
system.out.println(1 + 3);
Is intellij better than eclipse?