✦ Java Language Basics
➽ Start with syntax and the basic building blocks of the Java language.
- Java Introduction
- Use of Java
- Java Features
- Java Installation
- JDK, JRE & JVM
- Hello World Program
- Java Comments
- Java main() Method
- Java Variables
- Java Operators
✦ Flow Control Statements
➽Learn to write statements and control the flow of the programs.
- If Statement
- if-else Statement
- if else-if else
- Java while loop
- Java do-while loop
- Java for loop