Java is a general-purpose, concurrent, class-based, object-oriented computer programming language that is specifically designed to have as few implementation dependencies as possible.
Developers can “write once, run anywhere” (WORA), meaning that code that runs on one platform does not need to be recompiled to run on another. Java applications are typically compiled to bytecode (class file) that can run on any Java virtual machine (JVM) regardless of computer architecture.

Java

Image conversion in Java

In this article, I will explain why Java is a language to use for image conversion and also introduce you to our JDeli image...
Bethan Palmer
1 min read

Changes to Garbage Collection in Java 12

This month we are focusing on Java 12 new features you should know about. In other articles, we looked at Java 12’s JVM Constants API...
Bethan Palmer
2 min read

OpenJDK Projects you should know about: Amber

This month we are focusing on OpenJDK projects you should know about. So far we have already covered Valhalla, Panama, Loom, and Skara. This time...
Bethan Palmer
2 min read

What is Skara (and why does it matter)?

This month we are focusing on OpenJDK projects you should know about. In this post, we will be covering Project Skara. In other posts we...
Mark Stephens
1 min read

OpenJDK projects you should know about – Loom

This month we are focusing our articles on various OpenJDK projects that are currently in development. So far we have already covered Projects Valhalla, Panama,...
Kieran France
2 min read

OpenJDK projects you should know about – Panama

This month we are focusing on OpenJDK projects you should know about. This time we will be covering Project Panama (we have also looked...
Daniel Warren
1 min read