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

Text Blocks preview in Java 13

This month we are focusing on Java 13 new features you should know about. We’ve already written about what is new in Java 13...
Sam Howard
2 min read

Improved Garbage Collection in Java 13

The JVM has several Garbage Collectors available that you are able to specify, each with its own advantages. In Java 11 the Z Garbage...
Kieran France
1 min read

What is new in Java 13?

Java 13 brings some big improvements to the way you can write Java code. Here at IDRsolutions we always like to research and test the...
Madalena
23 sec read

How to set up Jenkins in five minutes

Recently we have been joined by Rudairo J Chitsenga who has spent some time with us having completed a course in software testing. During...
Guest Blogger
2 min read

Why we wrote our own Java JPEG2000 libraries

What is JPEG2000? JPEG2000 is an important image file format which offers significant benefits over JPEG. For our specific usage it does generate significantly...
Mark Stephens
55 sec read