Oracle Java Certification: 2. Operators and Decision Statements

Oracle Java Certification: 2. Operators and Decision Statements

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 0h 32m | 71 MB

Looking to earn the Java SE 8 Oracle Certified Associate (OCA) certification? The Oracle Java Certification series was designed to help you prepare to take and pass the qualifying exam for this certification, Java SE 8 Programmer I (1Z0-808). In this course—the second installment in the series—instructor Baochuan Lu focuses on a key topic covered on the test: using operators and decision statements. He covers the use of unary and binary operators; how the if-then-else construct compares to the ternary operator; how to use the enhanced for loop; and more.

Topics include:

  • Unary and binary operators
  • Precedence order
  • Decision constructs, including if-then-else
  • Working with while loops
  • Using for loops and enhanced for loops
  • Break and continue statements
Table of Contents

1 Operators and decision statement puzzles for Java OCP test
2 Exercise file setup
3 Unary operators
4 Binary operators
5 Precedence order
6 If-then-else statements
7 Ternary operators
8 Switch statements vs. nested if-else
9 While and do-while
10 For loops and enhanced for loops
11 Break, continue, and optional labels
12 Next steps