Java Basics

The main purpose of programming is to automate a task on a computer to solve a problem, by providing a sequence of instructions. It is the implementation of logic to facilitate specified computing operations and functionality.

In this section of our training, we will be covering the following topics :

  • Programming language
  • Data Types
  • Keywords & Variables
  • Recursion