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

How does Java handle different Images and ColorSpaces –…

Unless you are creating all your images, by drawing then inside the code with the Graphics2D commands, you will need an image library to...
Mark Stephens
1 min read

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

What are the WMF and EMF Image File formats?

What is an EMF file? EMF is a large metadata Windows file format designed to store high resolution images for high-quality image printing. It...
Mark Stephens
57 sec read

Hacking the NetBeans IDE

At my recent Oracle CodeOne talk on Hacking the NetBeans IDE, I promised to publish the screenshots of my code with some comments. I...
Mark Stephens
48 sec 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