Introduction
  • Introduction
  • What is a Programming Language?
Java Installation
  • Here is how you can install Java and IntelliJ IDEA on your system
First steps into the Java Programming
  • Let's create your first Java Application
  • The structure and syntax of a Java Application
Working with Data in Java
  • Introducing the Primitive Data Types
  • Playing with Arrays in Java
  • Let's play with the String class
  • Let's play with some Math operations
  • [Quiz] - Playing with data in Java
Working with Control Flow instructions in Java
  • Introducing Logical Operators
  • Defining conditional flows with the IF statement
  • Refining conditional flows with SWITCH statement
  • Defining repetitive flows with WHILE and DO WHILE statements
  • [Quiz] - Playing with Control Flow instructions in Java