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

Hacking the NetBeans IDE

At my recent Oracle CodeOne talk on Hacking the NetBeans IDE, I promised to publish the screenshots of my code with some comments. I...
Mark Stephens
48 sec read

Improved Garbage Collection in Java 13

The JVM has several Garbage Collectors available that you are able to specify, each with its own advantages. In Java 11 the Z Garbage...
Kieran France
1 min read

How to set up Jenkins in five minutes

Recently we have been joined by Rudairo J Chitsenga who has spent some time with us having completed a course in software testing. During...
Guest Blogger
2 min read

Why we wrote our own Java JPEG 2000 libraries

What is JPEG 2000? JPEG 2000 is an important image file format which offers significant benefits over JPEG. For our specific usage it does...
Mark Stephens
58 sec read

How to Enable SVG Gzip Compression on Apache and…

Gzip compression is a widely supported method of reducing the size of the content sent from a web server in order to improve the...
Leon Atherton
53 sec read

Image Rotation In Java

In this article I will show you how to rotate images in Java. Introduction The simplest way to rotate an image in Java is...
Amy Pearson
1 min read