开发者

Advanced Collections in Java? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago.

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜