作者 | Michael Redlich 译者 | 平川OpenJDKJEP 532(模式、instanceof 和 switch 中的基本类型第五轮预览)已从候选状态提升至 Proposed to Target 状态,计划在 JDK 27 中交付。该 JEP 在 JDK 23 至 JDK 26 期间经历了四轮预览后,现在推出了第五个预览版,内容保持不变。该特性增强了模式匹配功能,允许在所有模式上 ...
向量 API 再次进入孵化阶段,这是它在 JDK 中的第十次亮相。该 API 旨在让 Java 能够利用 CPU 的向量指令,从而比标量计算更高效。在 JDK 25 中,它进行了两项重要改进:其一,底层数学函数的实现从 HotSpot JVM 内部的 C++ 代码迁移到通过 外部函数与内存 API 调用原生数学库,提升了可维护性;其二,在支持的 x64 CPU 上,Float16 ...
刚过完自己 69 岁生日的两个月后,Java 之父 James Gosling(詹姆斯·高斯林)在领英上官宣了自己退休的消息。他表示,“ 我终于退休了。在做了这么多年软件工程师之后,是时候让我好好玩玩了。尽管受到了 COVID-19 和工业环境的影响,但在亚马逊的过去 7 年还是非常美好的。 ” ...
Java was created over 25 years ago, and it is still one of the most popular programming languages. In this article, I will present an overview of how Java has grown to today's complex system and why ...
Every programming language comes with a learning curve, but Java shares many similarities with C, C++ and JavaScript. Anyone with experience in any of those languages will pick up Java syntax quickly.