Search results for: java 8

Is the new Java release cycle an improvement?

In the past, Java had a release cycle where a new version would come out about once every 2 or 3 years. This did...
Bethan Palmer
2 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 read WMF images in Java

In this post, I will show you how to read WMF images in Java. We also have a related article covering how to convert...
Daniel Warren
57 sec read

How to read and write images in Java

In this post, I will show you how to read and write image files in Java. I will demonstrate 2 different ways of doing...
Bethan Palmer
1 min read

Java 10 improvements to Garbage Collection explained in 5…

Java 10 has officially been out for almost a month now, and it brought with it some improvements to the G1 garbage collector. G1...
Rob
2 min read