是“Java 并发实践"吗?仍然有效? [英] Is "Java Concurrency In Practice" still valid?

查看:28
本文介绍了是“Java 并发实践"吗?仍然有效?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Java 并发实践是否仍然有效?我想知道书中描述的想法、概念和实现是否仍然符合最新的Java版本.

Is Java Concurrency in Practice still valid? I am wondering whether the ideas, concepts and implementation described in the book are still compliant with the latest Java versions.

我问是因为最新版本是在 2006 年完成的.

I ask because the latest edition was done in 2006.

推荐答案

是的,它在我心中仍然有效.这方面从6到7变化不大.fork-join是一个新特性,非常适合分治型问题.但是书中现有的所有东西,例如同步,易失性,servlet,仍然非常有效.

Yes, it's still valid in my mind. There isn't big change in this area from 6 to 7. Fork-join is a new feature, which is very suitable for divide-and-conquer type of problems. But all the existing stuff inside the book, such as synchronization, volatile, servlet, are still very valid.

这篇关于是“Java 并发实践"吗?仍然有效?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆