Getting Started
  • Getting Started
Building Blocks
  • Print Statements
  • Primitive Data Types
  • String Concatenation
  • Arithmetic Operators
  • Strings
  • Relational Operators
  • If Statement
  • if else statement
  • else if statement
  • Nested if , else, else if statements
  • Conditional Operators && and ||
  • Switch Statement
  • Methods
Loops
  • Pre/Post increment/decrement
  • for loop
  • while loop
  • do while loop
  • Nested for loops
Arrays
  • Arrays
  • 2d Arrays
Getting input
  • Getting input from keyboard
  • Getting input from text file
Practice Problems
  • Problems 1
  • Problems 2
  • Problems 3
  • Problems 4
Classes and Objects
  • Constructors
  • Fields, Setters and Getters
  • Inheritance, Polymorphism, Method Overriding
  • Abstract Classes Abstract Methods
Intro to datastructures
  • Intro to Singly LinkedList data structure
  • Build our Node Class and Implement Linked List Contructor
  • Implementing prepend method
  • Implementing toString and getSize methods
  • Implementing append method
  • Implementing removeFirst method
  • Implementing removeLast method
Bonus Section
  • Bonus Lecture : Discount Coupon on Next Courses