Search results for: java 8

How does Java handle different Images and ColorSpaces –…

BufferedImage is one of the most useful Java abstractions. It hides all the complexity of different types of images whilst allowing access to the...
Mark Stephens
1 min read

How to use JDeps with multi-jars in Java

If you have followed previous instalments, you will know we have used JDeps to create a multi-jar file version of our JPedal Java library....
Mark Stephens
1 min read

How to find deprecated methods in Java

A Java deprecated method is one that should not be used because it is going to be removed (and often there is a better,...
Mark Stephens
1 min read

3 reasons Java developers switch to JDeli from ImageIO

ImageIO is build into the JDK and provides basic image support in Java. JDeli is a commercial image library for Java Developers from IDRsolutions....
Mark Stephens
1 min read

How to improve switch statements after Java 13

Improvements to the use of switch statements was first previewed in Java 12 with JEP-325. Some JEPs are released as previews to allow the...
Kieran France
3 min read