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 / ravikiran
Collections.synchronizedMap()
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can a variable be local and static at the same time?
Where import statement is used in a java program?
Can you explain the usages of class.forname()?
Is stringwriter thread safe?
Is cout buffered?
Where are register variables stored?
Is main is a keyword?
What is foreach loop in java?
Why java strings are immutable in nature?
What are the differences between c++ and java?
How can constructor chaining be done by using the super keyword?
What's the difference between an abstract class and interface in java?
Is it possible to override the main method?
Why do we need wrapper classes?
what is interface in java? Explain