JAVA CERTIFICATION ONE


CHAPTER ONE: LANGUAGE FUNDAMENTALS:
  1. Source Files
  2. Keywords and Identifiers
  3. Primitive Data Types
  4. Literals
  5. Arrays
  6. Class Fundamentals
  7. Argument Passing
  8. Garbage Collection
  9. Chapter One Review
  10. Chapter One Quiz
CHAPTER TWO: OPERATORS AND ASSIGNMENTS:
  1. The Unary Operators
  2. The Arithmetic Operators
  3. The Shift Operators
  4. The Comparison Operators
  5. The Bitwise Operators
  6. The Short-Circuit Logical Operators
  7. The Ternary Operator
  8. The Assignment Operators
  9. Chapter Two Review
  10. Chapter Two Quiz
CHAPTER THREE: MODIFIERS:
  1. Access Modifiers: public, protected, private, and friendly
  2. Subclasses and Method Privacy
  3. Other Modifiers: final and abstract
  4. Static Initializers
  5. Other Modifiers: native, transient, synchronized, and volatile
  6. Chapter Three Review
  7. Chapter Three Quiz