Mastering Java and Spring Boot - Live Course : https://bit.ly/TeluskoJavaLive
For More Queries WhatsApp or Call on : +919008963671


In this lecture we will learn:
- Overview of a while loop
- For loop and its point
- Syntax of for loop
- Nested for loops

#1
-In the while loop we have three things: Initialization, Condition, and then increment.
-We do these three things in different lines in a while loop.
-Sometimes we do not know about the ending point, where this loop will get end. As it may end based on some conditions.

#2
- In the finite loop, we know about its starting and ending.
- For loop supports three different statements in one line.
- We can put initialization, condition and increment in one single line in for loop.
- It is mostly used when the number of iterations is fixed.
- Because of the binary format computer starts from 0.
- So, in general, we start from 0 and end at count-1 ie., one less than the total number of iterations.
- Loops are very useful when we have to print some pattern or want to print things repeatedly.

#3
Syntax of For Loop:-
for(initiation; condition; incrementation or decrementation)
{
statements;
}

* init - The init expression is used for initializing a variable, and it is executed only once.
* condition - It executes the condition statement for every iteration. If it evaluates the condition to be true, it executes the body of the loop. The loop will continue to run until the condition becomes false.
* incr/ decr - It is the increment or decrement statement applied to the variable to update the initial expression.

- First initiation and condition statement execute and then execution of statements takes place and then increment takes place at last.
- We can also skip any of the three parts as per the need.

#4
Nested For loops:-
- We can also use nested for loops as same as while loop. Nested loops mean loop inside a loop.
- Whenever the outer loop meets the condition, the inner loop is executed completely.


Github repo : https://github.com/navinreddy20/Javacode.git

Java:- https://bit.ly/JavaUdemyTelusko
Spring:- https://bit.ly/SpringUdemyTelusko

More Learning :

Java :- https://bit.ly/3x6rr0N
Python :- https://bit.ly/3GRc7JX
Django :- https://bit.ly/3MmoJK6

JavaScript :- https://bit.ly/3tiAlHo
Node JS :- https://bit.ly/3GT4liq

Rest Api :-https://bit.ly/3MjhZwt
Servlet :- https://bit.ly/3Q7eA7k
Spring Framework :- https://bit.ly/3xi7buh
Design Patterns in Java :- https://bit.ly/3MocXiq
Docker :- https://bit.ly/3xjWzLA

Blockchain Tutorial :- https://bit.ly/3NSbOkc
Corda Tutorial:- https://bit.ly/3thbUKa
Hyperledger Fabric :- https://bit.ly/38RZCRB

NoSQL Tutorial :- https://bit.ly/3aJpRuc
Mysql Tutorial :- https://bit.ly/3thpr4L

Data Structures using Java :- https://bit.ly/3MuJa7S
Git Tutorial :- https://bit.ly/3NXyCPu

Donation:
PayPal Id : navinreddy20
https://www.telusko.com