News

Java has a powerful new concurrency model, and it works with both traditional and virtual threads. Here's a first look at structured concurrency. Structured concurrency is a new way to use ...
The most significant addition to the Java language since Sun Microsystems rewrote the collections API for Java 5 is the introduction of Java records. Java records address two significant pain points ...
We have this business in-house application that uses Sun's JAVA JVM 1.4 and it's a bandwidth hogger, since it involves a lot of real-time streaming data. The users complain that the app runs slow on ...