How can you say HashMap is syncronized?

Answers were Sorted based on User's Feedback



How can you say HashMap is syncronized?..

Answer / maheswari

First of all I don't think HashMap is Syncronized,is it not
HashTable

Is This Answer Correct ?    27 Yes 0 No

How can you say HashMap is syncronized?..

Answer / rahul

yes u r correct, hashmap is not threadsafe. It is hashtable
which is synchronized.

Is This Answer Correct ?    15 Yes 0 No

How can you say HashMap is syncronized?..

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

How can you say HashMap is syncronized?..

Answer / suma

I agree with you. HashMap is not synchronized.

Is This Answer Correct ?    11 Yes 0 No

How can you say HashMap is syncronized?..

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

How can you say HashMap is syncronized?..

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

How can you say HashMap is syncronized?..

Answer / rajender

i agree with 3,4,5,6,7 answers .hashmap is not syncronized

Is This Answer Correct ?    2 Yes 0 No

How can you say HashMap is syncronized?..

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

How can you say HashMap is syncronized?..

Answer / vikas

HashMap is not synchronised, nor thread safe.

Is This Answer Correct ?    2 Yes 0 No

How can you say HashMap is syncronized?..

Answer / sunil

Hash map is unsyncronised and hash table is syncronised

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the covariant return type?

0 Answers  


Why is stringbuffer faster than string?

0 Answers  


How many arguments can a method have java?

0 Answers  


What is the difference between the font and fontmetrics classes in java programming?

0 Answers  


what are variables in java

7 Answers   Wipro,






Explain the difference between abstract classes and interfaces in java?

0 Answers  


What are parameters in a method?

0 Answers  


What is a super method?

0 Answers  


What is public static?

0 Answers  


What is the difference between method and constructor ?

3 Answers  


How can we create a synchronized collection from given collection?

0 Answers  


What modifiers can be used with a local inner class?

2 Answers  


Categories