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
What is method overriding in java ?
Can we override a variable in java?
What is the transient keyword?
What is variable explain with example?
What is final variable?
What are methods in java?
What is argument in java?
Which is fastest collection in java?
Explain the available thread states in a high-level?
what are different ways in which a thread can enter the waiting state? : Java thread
Is vector ordered in java?
Why does abstract class have constructor?
What do heavy weight components mean in java programming?
What are the new features in java 8? Explain
What is jdbc api?