Introduction
  • QuicK Word Before We Begin
  • JDK
  • Comments
  • JDK Installation
  • IntelliJ
  • Configure IntelliJ
  • Your first Java application
  • Understanding Java Syntax
  • Compile and Run with IntelliJ
  • Packages
  • The String Class
  • Reference Types
  • Maths class
  • Logical Operators
  • Public Static Void Main
  • Fixing Compilation Errors
  • SOUT Keyboard Shortcut
Java Basics
  • Primitive Data Types
  • Variables
  • Naming variables
  • Arithmetic operations
  • Comparison Operators
  • Arrays
  • 0 and Null Values for Arrays
  • For Loop
  • Loops and Arrays
  • If Statements