InterviewSolution
Saved Bookmarks
| 1. |
Why Do You Use Concurrenthashmap In Java? |
|
Answer» If you have EQUALED the number of READER and WRITER than CONCURRENTHASHMAP will perform in line of HASHTABLE or synchronized HashMap. If you have equaled the number of reader and writer than ConcurrentHashMap will perform in line of Hashtable or synchronized HashMap. |
|