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

Java 8 Default Methods Explained in 5 minutes

At IDR Solutions we use Java 8 for the development of our products (a Java PDF Viewer and SDK, PDF to HTML5 converter and a Java ImageIO replacement). In this...
Ernest Duodu
2 min read

Using FindBugs to squash bugs in Java with NetBeans…

Improving your code In 2014, IDRsolutions have been busy adding FindBugs tests which we run on our Java PDF library and PDF to HTML5/SVG converter. So...
Laurence Squires
3 min read

Java 8 streams Explained in 5 minutes

In my previous article I explained Java 8 Lambda Expression and how easy it is to use. In this article, we will take a...
Ernest Duodu
1 min read

What is the difference between Java and JavaFX?

In my last article I explained the difference between HTML5 and SVG. Since then, another request has been for a simple answer to the...
Mark Stephens
1 min read

Java 8 Lambda Expression Explained in 5 minutes

At IDR Solutions I work on the development of our Java Developer libraries (a Java PDF Viewer and SDK, PDF to HTML5 converter and a Java ImageIO replacement). We...
Ernest Duodu
1 min read