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

James Gosling’s Surprise Announcement at Devoxx: Amazon Corretto

The attendee’s of Devoxx Belgium got quite the surprise today as the founder of Java James Gosling made a surprise appearance and announcement during...
Daniel Warren
1 min read

5 things we learned about var in Java at…

Since local variable type inference was introduced in Java 10, there has been a lot of debate, and a lot of people don’t like...
Bethan Palmer
2 min read

How to convert an image to a PDF in…

In a previous post I looked at why you might want to convert a PDF file to an image (you can use JPedal to...
Bethan Palmer
1 min read

What is a package manager and why should you…

What is a package manager and why is it useful? A package manager is a programming language’s tool to create project environments and easily...
Ovidijus Okinskas
2 min read

7 ways we have improved our core code base

We are continually trying to improve our code base, and not just by adding new features, but by going back to our core code...
Georgia Ingham
2 min read