TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Things you didn't know about java.util.concurrent, Part 1

32 点作者 ks将近 15 年前

2 条评论

rs将近 15 年前
I'm not sure how much other HN'ers use Java in anger, but I really wouldn't classify the listed classes in the OP as something I wouldn't know from java.util.concurrent.<p>In fact some of those are things I do ask in interviews, which probably means that I would expect most Java devs to know about.
评论 #1390188 未加载
评论 #1390083 未加载
famfam将近 15 年前
No... I knew those things. Although from his analysis of CopyOnWriteArrayList, I'm wondering if ReentrantReadWriteLock is something <i>he</i> didn't know about java.util.concurrent.