How can you say HashMap is syncronized?
Answer Posted / suma
I agree with you. HashMap is not synchronized.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is boolean used for?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
Why singleton is not thread safe?
How we can run a jar file through command prompt in java?
what do you mean by classloader?
What happens when heap memory is full?
what is meant by HQL?
What is the significance of continue jump statement? Explain with an example.
What is the difference between superclass and subclass?
Can string be considered as a keyword?
Variable of the boolean type is automatically initialized as?
What if static is removed from main method?
What is the difference between stringbuffer and stringbuilder?
can java object be locked down for exclusive use by a given thread? : Java thread
How do you check if two given string are anagrams?