Tag Archives: Java programming language

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 »

Part II: Installation, Configuration & Familiarization of working with Eclipse as Java IDE

This article will cover how to download, install and configure one of the most popular IDE’s for Java – namely the Eclipse IDE. To start developing programs with Java, you first have to download something called the Java Development Kit (also known as JDK). And we will go through the steps of: Downloading Installing Configuring JDK… Read More »

Part I: Introduction to Programming

What is programming? Here we refer to Computer programming as Programming, and it’s a way for us to write commands and code that the computer can understand and execute for us. More and more of our everyday lives owes a huge part to programming. The phones we use, ATM machines, how computers work, tablets, washing… Read More »