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
Explain about transient variables in java?
What is the use of object and class classes?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
What is meant by attribute?
What is wrapper class example?
What are autoboxing and unboxing? When does it occur?
Is it necessary for the port addresses to be unique? Explain with reason.
What is main function purpose?
What is the difference between choice and list?
Can static methods access instance variables in java?
What is the advantage of functional interface in java 8?
How to call one constructor from the other constructor ?
Why is java called the platform independent programming language?
What do bitwise operators do?
Explain different ways of creating a thread. Which one would you prefer and why?