How can you say HashMap is syncronized?
Answer Posted / rahul
yes u r correct, hashmap is not threadsafe. It is hashtable
which is synchronized.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Is sizeof a preprocessor?
What is are packages?
What is a pointer and does java support pointers?
What are the principle concepts of oops?
How can we create a synchronized collection from given collection?
How do I find and replace in word?
Can we have any code between try and catch blocks?
Is null function in java?
I want to print “hello” even before main is executed. How will you acheive that?
What is pojo class in java?
What are different types of constants?
How does callback work in java?
What are the different approaches to implement a function to generate a random number?
What is sorting in java?
What is internal variable?