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
Why is java multithreaded?
How hashmap works in java?
How do you override a method in java?
What is use of a abstract variable?
Differentiate between == and equals().
Why do we need wrapper class?
Is binary a low level language?
Is heap stored in ram?
What is a superclass?
Is array a class?
How to instantiate member inner class?
What are the parts of a method?
What are different types of arrays?
Can we convert integer to string in java?
What class allows you to read objects directly from a stream in java programming?