In this video, we will learn about finite and infinite loops in Java. We will walkthrough a few example BlueJ programs which will show us the practical applications of infinite loops.
A loop which iterates for a finite number of iterations is termed as a Finite loop. A loop which continues iterating indefinitely and never stops is termed as an infinite loop. A loop becomes an infinite loop when its condition always evaluates to true.
👉 Subscribe to KnowledgeBoat - https://bit.ly/subscribe-kboat
👉 Watch on KnowledgeBoat - https://bit.ly/kboat-infinite-loop
👉 Visit KnowledgeBoat - https://bit.ly/visit-kboat-infinite-loop