How can you say HashMap is syncronized?
Answer Posted / vikas
HashMap is not synchronised, nor thread safe.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you override a variable in java?
Why is it called buffering?
What is meant by null and void?
What is the ==?
What is the char data type?
Why char array is favored over string for the storage of passwords?
Where are variables stored?
What is final class?
What are the restrictions imposed by a Security Manager on Applets?.
Is a method a function?
How can we pass argument to a function by reference instead of pass by value?
What is default size of arraylist in java?
What is the main functionality of the remote reference layer?
how to run ecllipse with jettyserver for windows environment using batch file
What is singleton class in java and how can we make a class singleton?