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