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

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

Why HTTP/2 Client in Java 9 is important

In our previous Java 9 series article we looked at the changes to Unicode support in Java 9. This time we will be looking...
Kieran France
4 min read

G1GC – Java 9 Garbage Collector explained in 5…

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
2 min read