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 |
Does java support multiple inheritance or not?
What is meant by oops concept in java?
What are the advantages of packages in java?
What is heterogeneous in java?
what is diff bet iterator and enumeration?
Which java ide is used the most?
What is ‘has a’’ relationship in java?
When we r go to abstract class and when we go to Interface? i have confusion this question while in interview plz clarify
What is escape analysis algorithm in JVM and how garbage collection actually worked n how it transfer the objects from one kind of space to other?
Tell me how many ways are there to initialise an integer with a constant.
Explain the scope or life time of class variables or static variables?
What is a bufferedreader?