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

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

OpenJDK projects you should know about: Valhalla

This month we are focusing on OpenJDK projects you should know about. This time we will be covering Valhalla. We have also looked at...
Bethan Palmer
1 min read

Adding multi-jar and Jigsaw support to JPedal and JDeli

One of the really exciting features added into Java 9 was the ability to have a multi-jar release. This means if you want to...
Mark Stephens
1 min read

Image scaling options in Java

In this article I will give you more information about Image scaling options and some sample code. When scaling up a bitmap image, more...
Bethan Palmer
1 min read

Using super-resolution imaging to improve scaling

The basic idea of super-resolution imaging is the ability to scale up images and maintain visual quality either for people to view or for...
Daniel Warren
1 min read

Downsampling by averaging

All the techniques for downsampling involve tradeoffs in terms of speed, quality, and memory usage. They also tend to do better on some types...
Mark Stephens
1 min read