Java is a computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.

Java

What is the minimum version of Java to support?

With a new version of Java released every 6 months, and Java 17 just out, this has become a much more challenging decision. If...
Mark Stephens
1 min read

How to write HEIC image files in Java with…

In this article, I will cover how to write out images as Heic files in Java. We also have a related article covering how...
Mark Stephens
37 sec read

How to embed base64 images in HTML

When creating HTML files you can include images by several means using local images, external URLs, and using base64 images. This tutorial covers how...
Kieran France
1 min read

How to embed base64 images in SVG

When creating SVG files you can include images by several means using local images, external URLs, and using base64 images. This tutorial covers how...
Kieran France
1 min read

How to setup SonarQube

This article shows you how to setup the excellent free code quality tool SonarQube. There are many different ways to set up SonarQube, depending...
Mark Stephens
1 min read