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

Comparing WebP compression algorithms

In this article we will be comparing the different compression methods available to use for WebP images. To do this, we will be using...
Amy Pearson
1 min read

OpenJDK Migration for dummies reviewed

We are big fans of the OpenJDK, so I was a really excited to see that Azul has produced a simple guide on how...
Mark Stephens
1 min read

How to view Multi-TIFF files in Java

In this article, I will show you how to read and view Multi-TIFF files in Java. We already have an article on How to...
Amy Pearson
1 min read

How to insert an image into a PDF

Recently, we released JPedal 2023.07 which contains the ability to insert images into PDF files. All you need is a copy of JPedal, a...
Jacob Collins
18 sec read

How JPedal allows you to view the commands in…

A new version of JPedal has been released and it contains an exciting new feature—the object stream decoder. If you want to use this...
Jacob Collins
40 sec read