Which One is optimal to choose ?
Syncronized hash map or Hash table with single thread model?
How can a hash map syncronized with out using syncrozed
blocks in programm?
Answer Posted / dsr
Collections.synchronizedMap(HashMap object)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Have you ever used hashtable and dictionary?
Can java object be locked down for exclusive use by a given thread?
Can an integer be null java?
What are the common uses of "this" keyword in java ?
What is connection class in java?
When we should use serialization?
What does java stand for?
What is java util concurrentmodificationexception?
Why java applets are more useful for intranets as compared to internet?
How do you reverse sort a list in java?
What is intern method in java?
What are some examples of variable costs?
Is array an object in java?
What are the java ide’s?
What is difference between fail-fast and fail-safe?