Recent posts

Java - Data Types

2 minute read

Java is a strongly typed language. This means that every variable must have a declared type. There are eight primitive types in Java. Four of them are intege...

Java - Programming Fundamentals (Part 1)

2 minute read

Hello Java is very close to the simplest program that can be done in a language. Nonetheless there’s quite a lot going on in it. Let’s see what it does. For...

Java - Programming Fundamentals (Part 4)

2 minute read

We have created our initial classes, so now we want to compile the classes. In order to do that we open the command line (To open command line, go to start m...