Advanced Collections in Java? [closed]
To Understand the Collection Package Properly. The new API's which are to do the more advantage and comfortable of using Collections. for Example ConcurrentHashMap
can able to load 开发者_开发百科the data to the UI when the insertion performing to the map. like this Share Some Interesting Facts and Tutorials. To grow up our knowledge to the upcoming developer like me.
Brian Goetz' Java Concurrency in Practice covers Nonblocking Concurrent Collections and explains how Compare and Swap low level instructions are used to implement thread-safe data structures achieving non-blocking thread-safety.
It actually covers the whole High Level Concurrency API introduced since JSE5, but IMHO it is good book to have near your keyboard.
精彩评论