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 10 Local-Variable Type Inference Explained in 5 Minutes

The biggest new feature in Java 10 is the introduction of the Local-Variable Type Interface. What is Local-Variable Type Inference? This new feature will...
Bethan Palmer
1 min read

What’s new in JUnit 5?

This month our posts are focusing on code quality and we have already covered how you can use IDEs to improve your code to...
Georgia Ingham
2 min 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