Description
In this course, you will :
- Describe the Java product offerings and the key Java benefits.
- Explain the fundamentals of Java syntax and data types.
- To write simple Java code, use Java expressions, operators, branching and looping statements.
Syllabus :
1. Introduction to Java
- Overview of the Core Java Specialization
- Module Introduction and Benefits of Java
- Key Benefits: Write Once Run Anywhere (WORA)
- Key Benefits: Packages, Syntax and Libraries
- Key Benefits: Connectivity and Performance
- Java Product Suite
- Java Standard Edition (SE)
- Java Enterprise Edition (EE)
- Java Micro Edition (ME)
2. Java Language Fundamentals - Types
- Java Types - Syntax
- A Simple Java Program
- Java Naming Conventions
- Experience the Lab Environment
- Primitive Data Types
- Creating Primitives
- Lab Solution Summary
- Optional: Full Lab Walkthrough
- Wrapper Classes
- Arrays
3. Java Language Fundamentals - Flow of Control
- Java Operators
- Mathematical - Relational Operators
- Boolean Operators
- IF Statements
- ELSE Statements
- Ternary and Switch Statements
- While Loop
- For Loop
- Break and Continue Statements
- Lab Solution Summary