Daniel Berg

77%
Flag icon
Concurrent collections make synchronized collections largely obsolete. For example, use ConcurrentHashMap in preference to Collections.synchronizedMap. Simply replacing synchronized maps with concurrent maps can dramatically increase the performance of concurrent applications.
Effective Java
Rate this book
Clear rating
Open Preview