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

How to host a Maven artifact on GitHub

Recently at IDR Solutions, I have been working on converting our existing Ant NetBeans plugin to Maven. In order to do so I had...
Ernest Duodu
2 min read

Creating your own custom PMD rulesets

In my previous article “Java testing using FindBugs and PMD in NetBeans” I  explained how to use FindBugs and PMD plugins in NetBeans IDE....
Sylwia Dorota Kedzia
1 min read

How to write JPEG Images in Java (Tutorial)

In this article, I will show you how to write JPEG images in Java. We also have a related article covering how to read...
Sylwia Dorota Kedzia
57 sec read

How to Read JPEG 2000 in Java (Tutorial)

In this article, I will talk you through how to read JPEG 2000 images into a BufferedImage in Java. We also have a related...
Sylwia Dorota Kedzia
48 sec read

How to write TIFF images in Java (Tutorial)

In this article, we will walk you through how to write out images as TIFF images in Java. We also have a related article...
Ernest Duodu
54 sec read