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

How to split PDF files in Java (Tutorial)

The PDF file format is not natively supported by Java. Therefore, to split a PDF file into multiple PDFs, you will need an external...
Jacob Collins
1 min read

Why we are using Java 17 for our products

  Staying updated to the relevant version of Java is crucial for many reasons, including security improvements and additional functionality. However, in a commercial...
Mark Stephens
1 min read

What is JPEG XL?

What is the JPEG XL image format? JPEG XL (ISO/IEC 18181) is an open-source file format for raster-graphics that is effective for lossy and...
Amy Pearson
1 min read

How to read JPEG XL images in Java (Tutorial)

In this article, I will show you how to read JPEG XL images in Java. JPEG XL is a relatively new format so it...
Mark Stephens
55 sec read

Java versions and features

Java features we are looking forward to using One of the down sides to supporting older versions of Java is not being able make...
Kieran France
1 min read

Comparing WebP compression algorithms

In this article we will be comparing algorithms to compress webp image. To do this, we will be using our Java image library, JDeli....
Amy Pearson
1 min read