- Home
- Course Category
- Course Result
- Course Detail
Hot Line: 0124-2383121
Course Introduction
Includes
Certificate & Practice Material
Java Programs for practice
If statement
Use the if statement to specify a block of Java code to be executed if a condition is true.
Syntax if (condition) { // block of code to be executed if the condition is true }