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 JDK, JVM, and JRE JDK Life Cycle JVM Life Cycle JRE Life Cycle Java project structure WEEK 2 Java Programming Steps First Java Program Java Access Modifiers java Data Types Java Variables WEEK 3 Arithmetic Operators Assignment Operators Comparison Operators Logical Operators Bitwise Operators WEEK 4 Soon...