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 internal variables?
Explain the difference between collection api and stream api in java8?
What is Java Reflection API? Why it’s so important to have?
what are depricated methods ?
Can try statements be nested?
How does a for loop work java?
what is the difference between multitasking and multithreading?
Which of the following classes will have more memory allocated?
What is object in java?
How do you join strings in java?
Marker interface means , interface which has no methods.Then what is the necessity of its usage.I read "it tells the compiler that it should be treated differently ". "It is used to store state of an object". But still am not clear.Please explain clearly.
what is data binding? give the example