#20 Which Loop To Use in java

preview_player
Показать описание
Check out our courses:

Coupon: TELUSKO10 (10% Discount)

Coupon: TELUSKO20 (20% Discount)

For More Queries WhatsApp or Call on : +919008963671

Udemy Courses:

In this lecture we will learn:
- Use case of for loop
- Use case of while loop
- Use case of do-while loop

For loop:-
If you know how many iterations you want to go for loop
(intiliazing vaue, condition, increment or decrement)
- Most of the times for loop is used.

While loop:-
When you need to read the file go for while loop, if the number of iterations is not known.
- While loop will be used mostly when we want to read a file or read a database.

- For loop can also be used as a while.

Do While Loop:-
If you condition get false but you want to exceute the code at least once.
- It will runs one for sure whether the condition is true or false.

More Learning :

Donation:
PayPal Id : navinreddy20
Рекомендации по теме
Комментарии
Автор

Hey God 🙏 please give me power for watching all JAVA videos of Teluska sir 👋🤗❤️
Today I am start my Java programming journey.🤔

iNeurons
Автор

the use case of " Do- While" loop can be of a menu driven console program. Where initially a menu must be displayed even if there isn't any choice. As in the world of GUI and web apps console based menu driven programs are almost extinct. There used to be a protocol called Telnet where we used to connect to different IPs to get information about weather, time etc . using a CLI menu inside CMD. Currently i haven't seen any major use cases (atleast for development) of Do-While loops.

DreamDropsTV
Автор

Waiting for your Data Structure and Algorithm in Java Course.

munib
Автор

@Telusko Please change your Java full stack developer course to an affordable price.

mohammedthowfiq
Автор

Sir is it all okay that I'm taking considerable time to understand and learn all stuffs on a topic? Like if im on your "For Loop explanation" video, im solving like 10+ sums based on it but taking some considerable time to understand as im not from CS branch. Will you assure me that it's okay and im on right track? Your guidance is needed sir!

AmbrishIsCool
Автор

*Enhanced for loop:* I'll just pretend I don't exist.

ShinAkuma