JAVA Programming - Basic Level
JAVA Programming - Basic Level
This course in the entry level to learn about Java programming. It provides the essential fundamentals need to build the first, initiative Java block of codes.
Object-Oriented Programming Concepts
- What Is an Object?
- What Is a Message?
- What Is a Class?
- What Is Inheritance?
- What Is an Interface?
- How Do These Concepts Translate into Code?
Language Basics
- Variables
- Data Types
- Variable Names
- Scope
- Variable Initialization
- Final Variables
- Summary of Variables
Operators
- Arithmetic Operators
- Relational and Conditional Operators
- Shift and Logical Operators
- Assignment Operators
- Other Operators
- Summary of Operators
Expressions, Statements, and Blocks
- Questions and Exercises: Expressions, Statements, and Blocks
- Control Flow Statements
- The while and do-while Statements
- The for Statement
- The if/else Statements
- The switch Statement
- Exception Handling Statements
- Branching Statements
- Summary of Control Flow Statements
Object Basics and Simple Data Objects
- The Life Cycle of an Object
- Creating Objects
- Using Objects
- Cleaning Up Unused Objects
- Summary of Creating and Using Objects