I Will Teach You Java [With IntelliJ IDEA] Lesson 4 - For loop and when it's good to use

Опубликовано: 21 Февраль 2026
на канале: Heaplevel
239
3

This video course on Java programming will teach you the foundational skills of programming and the Java language. This course covers central topics from the ground up starting from simple Java classes and objects. We also look at how to implement Java interfaces and abstract classes.

In this video we start to look at loop constructs, specifically the for loop. With the for loop you can repeat statements decided by a counter. It's up to you to decide how that counter should be defined. We will start from this video and then build on our knowledge of looping with other constructs too.

We use IntelliJ IDEA, which is an integrated development environment (IDE). IntelliJ is used professionally and industry standard.