Java is a general-purpose, concurrent, class-based, object-oriented computer programming language that is specifically designed to have as few implementation dependencies as possible.
Developers can “write once, run anywhere” (WORA), meaning that code that runs on one platform does not need to be recompiled to run on another. Java applications are typically compiled to bytecode (class file) that can run on any Java virtual machine (JVM) regardless of computer architecture.

Java

How to write PNG Images in Java (Tutorial)

In this article, I will show you how to write PNG images in Java. We also have a related article covering how to read...
Ernest Duodu
59 sec read

Java 8 Optional 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).  This time...
Ernest Duodu
2 min read

Top 10 Open Source Java and JavaEE Application Servers

At IDR Solutions we make use of a Open Source Java Application Server called Glassfish to run our free PDF to HTML5 Converter. I...
Alex Marshall
6 min read

Java 8 Consumer Supplier 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
1 min read

The top 11 Free IDE for Java Coding, Development…

At IDR Solutions we spend a lot of our time working with Java as our JPedal Java PDF Library, BuildVu PDF to HTML5/SVG converter ...
Alex Marshall
6 min read