Introduction and Installation
  • Introduction
  • Download Java and NetBeans
  • Installation of Java and NetBeans
  • Explanation: What has been installed
Project creation and dealing with conditional statements
  • First project and first start of the Java-application
  • Explanation: What happened?
  • Variables
  • Explanation: Variables
  • Current overview of the program
  • If-Statements
  • Explanation: If-Statements
  • While-Loops
  • Explanation: The While-Loop and the Do-While-Loop
  • For-Loops
  • Explanation: For-Loop
  • Switch-Statement
  • Explanation: Switch-Statement
  • Overview over the added conditional statements
  • Assigments and Operators
  • Explanation: Assignments and operators
  • The added assignments and operators
Methods and classes
  • Methods
  • Explanation: Methods
  • Method and its invocation which were both added
  • Classes and Objects of Classes
  • Inheritance
  • Class Variables
  • Modifiers
  • Explanation: Classes
  • The final program
A short quiz and a kickoff to further learning
  • Final quiz
  • Where to go from here