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
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...
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...
In my previous article I explained Java 8 Lambda Expression and how easy it is to use. In this article, we will take a...
As Java developers we often get asked the question ‘What is the Difference between Java and JavaFX?’. Here goes my attempt in 5 steps…...
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...
A common complaint from Java developers when using ImageIO in Java is that it is both slow to write out images, and that the...