how to make hashmap object as synchronized object?
Answers were Sorted based on User's Feedback
Answer / parishudh
Collections.synchronizedMap(<your hashmap reference>)
| Is This Answer Correct ? | 12 Yes | 1 No |
Describe the Big-O Notation.
What is a JAR file?
What is light weight component?
What's a method in programming?
What is the difference between public, private, protected, and friend access?
Infinite loop using while ?
Can we extend a class with private constructor?
Can java hashmap have duplicate keys?
What is classes in java?
Why are constructors used?
whays is mean by inner class?
What is a dynamic array in java?