How can you say HashMap is syncronized?

Answers were Sorted based on User's Feedback



How can you say HashMap is syncronized?..

Answer / zohaib

if hashtable is syncronized then can any one tell me what
is the need of making hashtable syncronized tell me with
respect to application usage.

Is This Answer Correct ?    1 Yes 1 No

How can you say HashMap is syncronized?..

Answer / aruna kadaari

By using the below statment we can stnchronize the hashmap


Hashmap hm = new Hashmap();
Map m = Collections.synchronizedMap(hm);

Is This Answer Correct ?    0 Yes 0 No

How can you say HashMap is syncronized?..

Answer / reddy edagottu

hasmap is syncronized why because if hashmap is processing
by one thread another thread will wait till the thread
comeout which currently processing after than only next
thread process the hashmap

Is This Answer Correct ?    2 Yes 9 No

How can you say HashMap is syncronized?..

Answer / reddy edagottu

HashMap is a collection class which is a syncronized class
why because if one thread is processing one process another
thread will wait for when running thread will comeout after
then only next thread will enter into that process that's
why it is syncronized

Is This Answer Correct ?    3 Yes 12 No

Post New Answer

More Core Java Interview Questions

Why convert an applet to an application?

0 Answers  


What are streams?

0 Answers  


Features of Java?

4 Answers  


What do negative exponents mean?

0 Answers  


what is request processor?

1 Answers   Virtusa,






What does this mean java?

0 Answers  


What does serializing data mean?

0 Answers  


What are the different ways of creating thread?

0 Answers  


When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?

0 Answers  


Name few java 8 annotations ?

0 Answers  


What is tcp and udp?

0 Answers  


What is the finalize method do?

0 Answers  


Categories