Oracle Java Certification: 2. Operators and Decision Statements

Go to class
Write Review

Free Online Course: Oracle Java Certification: 2. Operators and Decision Statements provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Oracle Java Certification: 2. Operators and Decision Statements is taught by Baochuan Lu.

Overview
  • Review the fundamentals of using Java operators and decision statements as you prepare for the Java SE 8 Programmer I exam.

Syllabus
  • Introduction

    • Operators and decision statement puzzles for Java OCP test
    • Exercise file setup
    1. Operators
    • Unary operators
    • Binary operators
    • Precedence order
    2. Decision Constructs
    • If-then-else statements
    • Ternary operators
    • Switch statements vs. nested if-else
    3. Loops
    • While and do-while
    • For loops and enhanced for loops
    • Break, continue, and optional labels
    Conclusion
    • Next steps