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 a finally block?
what is static import in java? Explain
Is null a string?
Is ruby built on java?
What is java util hashmap?
Is null in java?
When should the method invokelater() be used?
List two java ide’s?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
If I only change the return type, does the method become overloaded?
What is the difference between static and non-static variables in java programming?
Describe the various concepts related to object oriented programming (oop).
What is scanner in java?
How to make a class or a bean serializable?
What is parsing in java?