Tag Archives: Automatic garbage collection

Part IV: Introduction to the Java Syntax

Before we start to cover the basic syntax of programming with Java, I just want to mention a couple of things that can be good to keep in mind when you embark on your programming journey with Java :) Semi-colons in Java and their function In Java you need to place a semi-colon after each… Read More »

Part III: Introduction to Programming with Java

Java is a good programming language for beginners Java is fairly easy for beginners to get started with. And we believe this is in part due to it’s fairly straight forward, clear-cut and easy syntax, good documentation and clear error presentation. And since it’s one of the oldest high-level programming languages we have, there are… Read More »