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
What is included in core java?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
Explain treeset?
Can you create an object of an abstract class?
How do constructors use this() and super()?
Explain inheritance in java?
Can static methods be inherited?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
Can I declare a class as private?
What is jvm? Why is java called the platform independent programming language?
What is the current version of java?
How do you compare two objects?
What is difference overloading and overriding?
What is a stack class in java ?
Explain the features of java?