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

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

6 Cool things to do with a Raspberry Pi…

So it’s Christmas Eve and your trying to do some last-minute shopping and stuck for ideas for what to get perhaps some of you...
Alex Marshall
2 min read

WebSocket: Multiple Users, Encoders, Decoders and Dogs.

In my previous tutorial, we were left with a WebSocket server endpoint which bounced back our message. In this tutorial I will show you...
Simon Lissack
5 min read