News

The non-Java JVM languages tend to be more concise (less verbose) than Java. Almiray showed the common JavaBean example written in Java and said we have come to rely on IDEs because of the pain ...
Enter Scala: a statically-typed language that compiles to the Java Virtual Machine (JVM) and is a blend of object-oriented and functional programming paradigms.
The Java ecosystem supports a host of outstanding back-end frameworks, including many written for modern languages like Scala and Kotlin. Here's how seven top frameworks for Java and JVM languages ...
The Java memory model guarantees the JVM will deliver this read to the processor before the second read, in "program order" - but this alone would not be enough because the processor is still free ...
Java profiler tools fall into two camps: Java sampling and JVM instrumentation. In this article we compare the differences between the two approaches.
In this Java performance tuning guide, learn how to put together an application performance manifesto and how to investigate shared resources that might cause a Java performance problem.