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

Replacing ImageIO with the JDeli image library

We created JDeli to be a better alternative to ImageIO. If you add JDeli to your classpath, ImageIO will automatically use for all supported...
Bethan Palmer
47 sec read

How to use Cipher streams in Java

What is a Cipher stream? Cipher streams act as streams except that they use a Cipher to process the data before it is passed...
Kieran France
3 min read

What is new in Java 8?

Java 8 has been out for some time now and here at IDRsolutions we have been busy updating our software to take advantage of...
Bethan Palmer
24 sec read

What is new in Java 9?

Java 9 is another big Java release which will have a big impact on the way you write Java in future. Here at IDRsolutions...
Bethan Palmer
29 sec read

How HTML5 Javadocs in Java 9 will make your…

Here at IDRsolutions we are very excited about Java 9 and have written a series of articles explaining some of the main features. In...
Rob
1 min read