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

Profiling Vs. Sampling in Java’s VisualVM

Most people will already be familiar with profiling, but you might be less aware of the different types of profilers on offer. A recent...
Sam Howard
1 min read

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

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

Tutorial – Calling Java from a Bash Script

Bash is a very flexible cross-platform scripting language with multiple uses and can integrate with lots of other tools (ie DIff). It is built...
Nathan Howard
3 min read

Choosing a Java Application Server

As you maybe aware of recently Oracle has stopped commerical support for future releases of the Glassfish server. You can read the official announcement...
suda
1 min read