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

Some oddities whilst working with BufferedImages

Recently I have been working on some code that makes some heavy use of BufferedImages. I have found some oddities whilst working with BufferedImages...
Kieran France
1 min read

PDF XFA Data Binding and Data Access

In this article I demonstrates some tips and techniques that can be followed while trying to map PDF XFA data to a XFA template....
suda
2 min read

Tutorial : How to Create Stacked Menus in JavaFX

At IDRSolutions, our PDF Viewer (part of our JPedal Library) currently uses Java Swing to create the PDF Viewer interface. However, we are now in...
Nathan Howard
2 min read

Tutorial : How to Create a Border Glow Effect…

At IDRSolutions, our PDF Viewer (part of our JPedal Library) currently uses Java Swing to create the PDF Viewer interface. However, we are now...
Nathan Howard
1 min read

5 Java Formatting options in NetBeans you probably missed

One of the advantages of being involved in the NetCat test program is that I get to develop my skills with using the IDE....
Mark Stephens
1 min read