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 read TIFF images in Java (Tutorial)

This article will explain how to read Tiff files in Java. We also have a related article covering how to write TIFF files in...
suda
1 min read

Writing better Javadoc in NetBeans IDE

As a developer at IDR Solutions I spend a lot of my time working on adding Javadoc for the JPedal Java PDF Library to...
Sylwia Dorota Kedzia
53 sec read

How to test your Java Application using PMD, and…

In the previous articles, Previous whilst working on various projects at IDR Solutions I went through the process of how to build your own...
Ernest Duodu
1 min read

Setting up Continuous Testing with Jenkins

Whether working on a small or or large project, it is always crucial to have some form of testing. At IDR Solutions we spend...
Ernest Duodu
2 min read

How to Build Java Projects with Apache ANT

In this tutorial, i will show you how to build your Java Application with Apache Ant. At IDR Solutions 90% of our test is...
Ernest Duodu
2 min read