Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.15 KB

Java Notes

This is a collection of notes on Java that I have written for my own reference. I hope that they will be useful to others as well.

Table of Contents

Live presentations

live presentations

WEEK 1

  1. JDK, JVM, and JRE
  2. JDK Life Cycle
  3. JVM Life Cycle
  4. JRE Life Cycle
  5. Java project structure

WEEK 2

  1. Java Programming Steps
  2. First Java Program
  3. Java Access Modifiers
  4. java Data Types
  5. Java Variables

WEEK 3

  1. Arithmetic Operators
  2. Assignment Operators
  3. Comparison Operators
  4. Logical Operators
  5. Bitwise Operators

WEEK 4

Soon...